I have a new simple Wordpress Site. Just a few plugins, much posts but for some reason it loads really slow on the page. (Backend is okay, when i go on posts site)
I think its the combination of MySQL 8 or something...
Did someone has same experience and ideas how to fix it? With Caching, it loads good, but without, its much to slow and looks not normal as i what i know about wordpress.
Example:
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (215,216,227,228,229,230,231,232) )
AND ((wp_posts.post_type = 'post'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'acf-disabled'
OR wp_posts.post_status = 'private')))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 10
this query loads 0.5s Sounds not much but there also other queries and combined it is 4s loading time which its not normal.
Probably i need to setup my.cnf for mysql or something? i dont know, hope someone can help me?
I changed few cnf settings, trying different plugins and already googled for these problem but doesnt find something