View Full Version : Query time page
I was wondering if anyone knew where I could find a certain file that you can upload and it tells you how much time is spent per query that your page makes so you can see what process your page is getting hung up at? I know it was a php file and that it wasn't like a board hack or anything. Anyone know what I am talking about and where I could get it?
Emma
filburt1
09-03-2004, 05:04 PM
I was wondering if anyone knew where I could find a certain file that you can upload and it tells you how much time is spent per query that your page makes so you can see what process your page is getting hung up at? I know it was a php file and that it wasn't like a board hack or anything. Anyone know what I am talking about and where I could get it?
Emma
Enable debug mode by adding the following to config.php:
$debug = true;
Then, add
&explain=1
...to the URL of almost any page to get query details.
thank you! :) thats what I was looking for!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.