Noticed updating taxonomy terms take a long time and run out of memory
Noticed updating taxonomy terms take a long time and run out of memory
Noticed updating taxonomy terms take a long time and run out of memory
how to fix wordpress high use cpu 100-104% evey time
In the most simple terms, memcached/redis is for caching things like options and database values. WP Super Cache is meant for serving static HTML files, instead of loading PHP, but with that said, it will still have to run PHP code to generate those files. So yes, if you have the option of using memcached … Read more
Solution for processing lots of data with CRON/API, dealing with memory/timeout issues
I/O Usage goes max. just after every new post published and WP site down
High memory usage in my theme, how to find out why?
WordPress Template Reverts to default template after changing
While this is clearly out of memory error, it seems to be caused by obfuscated code in plugin’s file. There is rarely legit reason to run that many layers of eval() so either that code is obfuscated for not-so-good reason or some error is causing endless loop (which should trigget another error by exceeding recursion, … Read more
If you’re using a memory cache like APC or memcached, their respective admin pages will have the total memory you’re using (my WordPress installs are using 80MB with W3 Total Cache). You could then install wp-super-cache and see what it does to your memory usage.
First and most important question – did your host meant that you server is actively sending spam or is being used to relay spam? If former then you need to trace that down and cleanup (which takes someone competent looking at it, if you are not confident to do it yourself). After that my first … Read more