AndyB
Well-known member
It doesn't tell you anything useful, like database queries or load times -- it only tells you stuff like the number of ajax requests or what templates were loaded.
![]()
In order to get the queries (now called Asserts) to show, you need to set two switches like this:
1) /core/includes/config.php
// This allows you to enter debug mode, which is for support or development
// to help understand how pages are built. This should NEVER be enabled in
// a live environment.
$config['Misc']['debug'] = true;
and
2) /config.php
// This setting enables debug mode, it should NEVER be used on a live site
$config['debug'] = true;