Hello
On a dedicated server, we have a WordPress website. When there is a lot of traffic, MySQL's load increases to the point where it consumes 30 CPUs. If we look at the MySQL queries, we can see that the following are in use:
We're utilizing the WordPress super cache plugin, PHP opcache, and nginx+php-fpm for caching.
Is there a method to lessen the CPU load on Mysql?
On a dedicated server, we have a WordPress website. When there is a lot of traffic, MySQL's load increases to the point where it consumes 30 CPUs. If we look at the MySQL queries, we can see that the following are in use:
We're utilizing the WordPress super cache plugin, PHP opcache, and nginx+php-fpm for caching.
Is there a method to lessen the CPU load on Mysql?
Comment