Overloads VPS almost immediately
-
In March I used this with zero problems. In April I noticed a weird issue with it.
When i’d save any WordPress post the loading icon would spin non-stop and i’d get an error. I could click stop and it would be saved. I’d say that 95% of the time saving would fail. If I select to not preload after purge, saving is fine.
When looking at glances or htop in the console the CPU was being overloaded almost non-stop. I deactivated all plugins to make sure it’s not caused by anything else.
This is usually started when I preload the cache.
Tonight it overloaded again. I disabled the preload, cleared the cache and disabled page caching. Still overloading! Only when I actually delete the plugin did the CPU go back to normal. Right now within a half hour of deletion it’s at 2% CPU.
OK, so some info about the server.
It use Vultr High Frequency VPS which is 3.7ghz or so and 3 cores. 8gb of ram.
I use Woocommerce and have about 25K products. My database is about 400mb, but optimized.
I also use Cloudpanel with Nginx and MYSQL (not MariaDB).
With other caching plugins (tried 3-4) I never go past 20% CPU usage.
A month ago when this first started happening I just thought my VPS was too weak and upgraded! Now it’s still overloading!
I researched this issue and another person had a similar problem. I tried these 3 snippets, but they made zero difference when altering them:
add_filter(‘wpoptimize_preload_delay’, ‘my_preload_delay_method’, 500000);
add_filter(‘wpo_page_cache_preload_memory_threshold’, 10485760);There was a third one, but on 3 tries it gave a critical error on my site and I had to delete the plugin folder.
I was going to leave a review, but that’s a bit unfair. Maybe there is a quick fix. It was working great in March! Now it’s not even usable. I tried to remove and reinstall it many times. Maybe some weird compatibility issue with my server. Zero issues with any other caching plugins. So strange.
NOTE: It’s not a DDOS attack and it’s a medium traffic site. Probably not more than 100k visit per month.
The topic ‘Overloads VPS almost immediately’ is closed to new replies.