View Full Version : Any free online sources that allow you to check query time against server?
pityocamptes
03-07-2014, 02:39 AM
Just want to see what queries or mods might be dragging a$$... thanks...
tbworld
03-07-2014, 01:15 PM
If you turn on debug mode (you probably already know) you can get a relative real-time performance on your queries executed. This should be enough to handle the queries. PHP code execution can be determined by the relative time in microseconds also given in the debug block. The only thing you are really missing is server load statistics. Mysql and PHP have profilers they are typically used for developing, you really do not need them at this level, but I thought you might want to know.
Compare your boards execution times with the default style with the mods/plugins shut off execution times.
I hope this helps somewhat. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.