The module allows you to obtain a log of slow SQL queries for subsequent debugging of the website's loading speed. The log is saved at the address ../system/logs/sql_time.log.
To change the time limit for logging queries, you need to modify the line in the XML:
$min_time = 10; // minimum...