SLOW QUERIES
The slow query log is NOT enabled.
Your long_query_time may be too high, I typically set this under 5 sec.
MAX CONNECTIONS
Current max_connections = 800
Current threads_connected = 1
Historic max_used_connections = 17
The number of used connections is 2% of the configured maximum.
You are using less than 10% of your configured max_connections.
Lowering max_connections could help to avoid an over-allocation of memory
See “MEMORY USAGE” section to make sure you are not over-allocating
QUERY CACHE
Query cache is enabled
Current query_cache_size = 32 M
Current query_cache_used = 16 …

Read On »