WordPress causes Mysql high memory
Question
Recenty I deployed a wordpress multisite instance by helm chart to GKE.
However, It causes increasing memory of mysql from 600MB to 2.6G usage. I try to use Percona to analyze the database, then see that below query has been executed 60 times per each second to mysql instance, even no traffic to wordpress site yet.
"SELECT
`option_value`
FROM
`wp_options`
WHERE
`option_name` = ?
LIMIT
?"
What should I do now? Thanks.
0
2 weeks
2023-05-21T05:36:46-05:00
2023-05-21T05:36:46-05:00 0 Answers
0 views
0
Leave an answer