Decreasing the Memory Consumption of a WordPress Site?
The WordPress Memory is something not easy to deal with. If the standard way is not helping (don’t rely on the WP_MEMORY_LIMIT constant, it’s conceptually broken, use ini_set in wp-config.php instead), then you can only throw hardware on it or hack the core. Please check if you’re using a recent PHP version on your system. … Read more