Log in

View Full Version : Getting page creation time / db query count


MrEyes
03-04-2008, 04:49 PM
I have seen a few forum where in the footer it displays something like this:

Page creation time 0.01 seconds, 12 SQL queries

This would be useful (especially the query count) when testing the impact of mods and changes etc

Is this a mod or something that can be enabled in vBulletin?

nexialys
03-04-2008, 04:54 PM
keyword: microstat

Opserty
03-04-2008, 06:10 PM
Or Enable debug mode.

Add to config.php:
$config['Misc']['debug'] = true;

Not recommended for live sites though.