plasmaflux
Registered Member
- Feb 20, 2010
- 91
- 37
I wont add to many plugins because seems to slow the site down a bit.
It's easy to bump up your WP memory limit by adding a line of code to your wp-config.php file:
PHP:
define(?WP_MEMORY_LIMIT?, ?64M?);
A little-known fact about WP is that it defaults to a puny 32M of memory.
I wrote a free plugin a couple months ago that lets you monitor memory usage and bump the limit to 64M or 128M with a couple mouseclicks. It cleared up tons of plugin-related performance issues on a number of users' sites.
The only thing to watch out for is that some (crappy) shared hosts still have a limit on overall PHP memory of only 32M, so the wp-config code / plugin won't change anything, and may even result in borking your site.