If your database query takes too long, you run the risk of crashing your site, because this will delay other queries. The database server can also become overloaded by poorly designed queries, causing performance issues on your Hypernode. You can use the MySQL Slow Logs in the Control Panel to find out what's causing the delay.
TABLE OF CONTENTS
MySQL Slow Logs in the Control Panel
In the Control Panel you can view the slow query logs under the button MySQL Slow Queries in the sidebar on the left. MySQL queries that took longer than 2 seconds are logged here:
MySQL Slow Logs Details
You can also unfold an entry for more information by clicking the orange arrow:
This entry contains the following information:
- start time
- duration
- database
- user
- bytes sent
- lock time
- source IP
- rows evaluated
- rows updated
- rows returned
- the actual query
Filtering Logs
We have 7 days worth of MySQL slow logs in the Control Panel. You can also filter the logs by date: