Tagged Questions
1
vote
1answer
87 views
What's the best way to implement AJAX in WordPress?
WordPress has a framework in place for handling AJAX which is well documented here: http://codex.wordpress.org/AJAX_in_Plugins
My concern with this is that every time you execute an AJAX query, (even ...
0
votes
1answer
242 views
How to reduce Apache connections caused by plugins?
I've been having an increasing lack of performance in my server (slowness, stalling on page loads, largely backend issues where I spend most of my time) over the past month or two on what is primarily ...
0
votes
2answers
205 views
What is a reasonable memory limit for Wordpress
Although the accounts on my server generally have a lower memory limit, I've configured my Wordpress user accounts with a memory limit of 32Mb using the php.ini file and memory_limit = 32M
...
3
votes
1answer
2k views
Restricting a Plugin to Only Load its CSS and JS on Selected Pages?
I'd like to cause a plugin to restrict its loading of CSS stylesheets and JavaScript JS files to only those pages for which they are needed.
An example for my question is the plugin Contact Form 7 ...