Query Caching with ProxySQL
-
I have a wordpress site running on an AWS instance with NGINX, in this instance i have installed the ProxySQL query cache to improve site performance.
Now, ProxySQL gives you the complete list of quries you can put in cache. There are a lot of tables in these queries, like:
wp_actionscheduler_actions
wp_terms
wp_postmeta
wp_wc_admin_notes
wp_posts
And a lot morei have chosen the heaviest queries to put in cache. But the problem i have is that i don’t know which queries should i put in cache, because sometimes they give me problems (bugs) in the site.
Some queries works fine and doesn’t cause any problems, but someothers causes a lot of bugs in site while they are in cache.Does someone knows which queries tables are correct to cache?
- The topic ‘Query Caching with ProxySQL’ is closed to new replies.