• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Slow Wordpress backend with low load

Epizefiri

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
obsidian
Hello there,
I've a VPS 8 CPUs 16GB of RAM with 2 WordPress and 2 Prestashop installations.

The backend of one of the WordPress installation is very slow, almost 10s to open a page. The frontend is faster, but I'm using a lot of caching strategies.


The load of the vps is around 1.
How comes that the website is so slow and the load is so low?


I already changed the WP_MEMORY_LIMIT (2GB) and the pm.max_children / pm.max_requests ( 50 each ). The website is using PHP 8.2


What would you do ?
 
Hello there,
I've a VPS 8 CPUs 16GB of RAM with 2 WordPress and 2 Prestashop installations.

The backend of one of the WordPress installation is very slow, almost 10s to open a page. The frontend is faster, but I'm using a lot of caching strategies.


The load of the vps is around 1.
How comes that the website is so slow and the load is so low?


I already changed the WP_MEMORY_LIMIT (2GB) and the pm.max_children / pm.max_requests ( 50 each ). The website is using PHP 8.2


What would you do ?

Setting the WP_MEMORY_LIMIT to 256MB (at first) and the pm.max.children back to default (10, if I am not mistaken).

In addition, set the max time out to 120 sec.

You are simply overloading the VPS with your current WP configuration and your VPS will use (read: try to use) the resources from the host upon which the VPS is installed : the host will not like that and delay all tasks or even assign less resources to the VPS ...... or, in some cases, shutdown the VPS.

Also, Prestashop is not the most efficiently coded "shop", so try to migrate these installation to another VPS and configure that (other) VPS in such an unique fashion that the VPS is optimally configured for Prestashop (read: the optimal config is different from that of WP).

Kind regards......

PS Do some hunting and debugging on the offending WP sites : it is highly likely that you have a couple of bad plugins.
 
Back
Top