The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB3 MicroStats Details »» | |||||||||||||||||||||||||
You asked for... but it was available for VB2 only? There you go, you have it now.
Looking for 3.5.4 version? Get it here. VERSION 1.2 RELEASED Basically the only difference you will notice is a dropdown menu that will display the unchached templates. In this way, you can add it to the cache and save one or more queries. [high]THIS HACK WAS TESTED IN A DEFAULT, CODE UNMODIFIED BOARD.[/high] This hack will add at the bottom of each vBulletin(powered) page the following stats: REGULAR USERS STATS - load time of specified page in microseconds (with custom no. of digits to show) - percentages of PHP/MySQL usage - number of queries executed ADMINISTRATOR STATS - number/name of uncached templates (name highlighted in blue, for uncached template) - vBulletin DEBUG mode status - server GZIP library compression status - average Server Loads [high]This is not only estethic, it will also help you troubleshoot any wierd queries that you have in your scripts.[/high] IMPORTANT If you get results like: Page generated in 3.35731196 seconds (9.05% PHP - [high]90.95%[/high] MySQL) with 17 queries You probably use a bad piece of code, because vBulletin will never generate those extreme results. Imagine this: the code uses only 10% the resources to read the actual PHP code and the rest of 90% is used only to scan the tables... WOW! That means the code forces to read into the database for each user who visits the site at this percentage... if you have 1000 users viewing the page in the same time.. you can get a picture of it... If you compare this with vBulletin, the software does the opposite, 90% PHP and 10% MySQL... the right way. DIVISION BY ZERO ERROR? Read this. INVALID STATS IF MYSQL COMPILED IN A NON-ENGLISH LANGUAGE? Read this. NOTE: The blue highlighting is not working in Opera 7.23 version. (Thanks Christine) Have fun. Show Your Support
|
Comments |
#122
|
||||
|
||||
Quote:
Imagine this: the code uses only 10% the resources to read the actual PHP code and the rest of 90% is used only to scan the tables... WOW! That means the code forces to read into the database for each user who visits the site at this percentage... if you have 1000 users viewing the page in the same time.. you can get a picture of it... If you compare this with vBulletin, the software does the opposite, 90% PHP and 10% MySQL... the right way. I would like to know if other coders who use those portals have the same results... could be a server issue also??? Thanks guys for sharing. Quote:
Quote:
Guys, if you have any questions, feel free to ask them. Just as an off-topic subject, I just got off the hospital, after a very bad infection that knocked me off the real world for almost a week... my sinuses started to be really inflamated then my lungs got filled with infection, follwed by the ears... it was really bad... But, with a lot of care from my wife and mom, I was able to get back today on my feet and walk outside of the house a little... Glad to see you all ok, here, in our little family, and share this with you. |
#123
|
||||
|
||||
Quote:
Sorry to hear about you being down. I hope you're feeling better, my friend. We need you aorund here so take care of yourself and get healthy. Boofo's orders. |
#124
|
||||
|
||||
Quote:
Quote:
|
#125
|
||||
|
||||
Quote:
|
#126
|
||||
|
||||
Quote:
Oops, i missed this post hehehe, same reason btw. I was knocked out for a week by the same kind of infection But hey, all beter now I'm using vBadvanced Teck. Page generated in 1.03972507 seconds (31.84% PHP - 68.16% MySQL) with 19 queries NO Uncached Templates | DEBUG Mode OFF | GZIP ON (level 2) | 0.22 : 0.90 : 0.62 OMG indeed, how can this happen? allthough the page is generated in 1 sec :| Anything I can do 'bout this? |
#127
|
||||
|
||||
btw, i attached the php file...
|
#128
|
||||
|
||||
Quote:
About your problem, I guess is all in how you write the code. Take a look at my portal, how the results are for MySQL: https://vborg.vbsupport.ru/attachmen...chmentid=18003 The MySQL usage is around 10% as it should be normally (not to mention that the page is generated only in 0.2 seconds), the server likes it. |
#129
|
||||
|
||||
Quote:
Maybe it's a server issue, but without knowing any other results from other users who have installed vBindex. I couldn't tell you one way or another. here's what it reads right now. Page generated in 1.65803409 seconds (31.48% PHP - 68.52% MySQL) with 17 queries and here's what it reads with just the newsbit and welcome Panel options enabled. Page generated in 1.21568489 seconds (16.95% PHP - 83.05% MySQL) with 9 queries and it's pulling Topics from two forums, with a limit of 5 Total threads listed. I really don't know. I suppose i will ask in his thread. and I will ask my host about any tweaks to MySQL. edit: good to see your well again. Or at least hoping you are. |
#130
|
||||
|
||||
I would like to know also if other users experience those type of percentages (for portals like vbIndex, vbAdvanced, etc. only).
Guys, let us know please. |
#131
|
||||
|
||||
Quote:
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|