* in IDE:
# open `/system/debug.php` file for editing
# uncomment `DBG_CAPTURE_STATISTICS` and `DBG_MAX_SQL_TIME` constant declarations
# set `0` (instead of current value of `2`) as value for `DBG_MAX_SQL_TIME` constant
# comment-out `$dbg_options['DEBUG_MODE']` element
# save changes
* in Web Browser
# go to Front-End
# reload the page
# confirm, that no Fatal Error happened
* in Database browser
# open `SlowSqlCapture` table
# confirm, that some records were added in that table
# confirm, that some records have 2 or larger value in the `Hits` column
# confirm, for for such records (Hits > 1) values in `TimeMin`, `TimeAvg` and `TimeMax` columns are different
* rollback all changes made in IDE