Slow Queries

Kirby

Well-known member
How many (either absolute or percentage, preferably percentage) slow queries do you have?
What's you threashold, eg. long_query_time.

We've got about 0,015% @ 100ms and I wonder if that is high, low, or average?
 
For my forums 0 slow queries - usual threshold is 1 to 2 seconds. Enable XF debug mode and see how big a portion of page load time is mysql related and see and profile the slow queries i.e. EXPLAIN to see if it's something that can be improved.

Forums https://community.centminmod.com/ running my own Centmin Mod Nginx LEMP stack with Nginx 1.17.2, PHP 7.2.21, MariaDB on 8GB 4CPU Linode KVM VPS

excerpt from my mysql report stats

1564872096249.png
 
Top Bottom