View Full Version : Server Load
Hello, are there any hacks / addons that show the server load on the bottom right hand corner or some corner ? So I do not have to go to ACP to see the load.
James Birkett
09-17-2009, 02:44 PM
I'm sure this is accomplishable by turning debug mode on.
To turn debug mode on:
Open includes/config.php
at the bottom, under this code:
$config['Misc']['maxwidth'] = 2592;
$config['Misc']['maxheight'] = 1944;
add under this:
$config['Misc']['debug'] = true;
If you want it to only be enabled for you, and nobody else (I recommend this):
if($_SERVER['REMOTE_ADDR'] == '{Your IP}') {
$config['Misc']['debug'] = true;
Edit {Your IP} to mimic your IP address.
Itchy Nips
09-17-2009, 03:20 PM
doesnt the admincp display the loads on the homepage?
James Birkett
09-17-2009, 03:40 PM
Hello, are there any hacks / addons that show the server load on the bottom right hand corner or some corner ? So I do not have to go to ACP to see the load.
doesnt the admincp display the loads on the homepage?
He doesn't want to have to go to the admin CP to see it.
snakes1100
09-17-2009, 05:12 PM
DO NOT ENABLE DEBUG!
https://vborg.vbsupport.ru/showthread.php?t=140449
James Birkett
09-17-2009, 05:18 PM
Didn't know that modification existed, or if it's compatible with his version of vB.
I've constantly got debug enabled for my IP, not had any problems with it. I prefer it.
Lynne
09-17-2009, 05:24 PM
I use a modified version of this one - Microstats - load times, server loads, queries, uncached templates (https://vborg.vbsupport.ru/showthread.php?t=82900)
Lynne
09-17-2009, 05:24 PM
Didn't know that modification existed, or if it's compatible with his version of vB.
I've constantly got debug enabled for my IP, not had any problems with it. I prefer it.
A bit more of a hassle when you have a dynamic IP though. :)
snakes1100
09-17-2009, 05:51 PM
Didn't know that modification existed, or if it's compatible with his version of vB.
I've constantly got debug enabled for my IP, not had any problems with it. I prefer it.
You could always read the post i linked to, try checking the last few pages.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.