The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbMicroStats: page load time, queries, GZIP and PHP version Details »» | |||||||||||||||||||||||||||
vbMicroStats: page load time, queries, GZIP and PHP version
Developer Last Online: Nov 2023
[high]Looking for VB3 version? Is here.[/high]
This hack will add at the bottom of each vBulletin(powered) page the following stats: - load time of specified page in microseconds (with custom no. of digits to show) - number of queries executed - server GZIP library compression status - vBulletin DEBUG mode - PHP version - PHP percent page usage - MySQL percent page usage - Server Load [high]This is not only estethic, it will also help you troubleshoot any wierd queries that you have in your scripts. The hack is template based so you can edit it the way you want in few seconds.[/high] NOTE: From users experiences, this hack will work only with PHP 4.0.6 or higher. Let me know if it works with a lower PHP version. THE FIX FOR VB2.3.0 IS HERE. HACK UPDATES Version 2.1 ------------------------------------ Changes: - added Server Load NOTE: I spoked with Kevin 'tubedogg' from vBulletin Support team and he explained to me that not all the servers are configured to support the [high]@exec("uptime")[/high]. Contact your host for more details and ask them about this issue. For a full explanation of your 3 server load values, read more here. *If you want to have the stats viewable only by admins, read this post. Version 2.0 ------------------------------------ Changes: - added vBulletin DEBUG Mode - removed the Details link - cleaned a little the code to match VB2.2.6 - better explanations into the install file. Version 1.7 ------------------------------------ [high]VB2.2.5:[/high] Minor change in admin/db_mysql.php. Read more here on how to update your hack. Minor change in forum/global.php. Read more here on how to update your hack. Changes: - corrected negative values on certain servers. Version 1.6 ------------------------------------ Changes: - PHP version and GZIP library status viewable only to admin. - added a link to Detailed Stats View (generated by vBulletin), for that specific page. Only admins can view that link. To see how it looks a Detailed View, click here. Version 1.5 ------------------------------------ Added: - GZIP library status is now related to your vBulletion options. - GZIP library compression level. Version 1.4 ------------------------------------ Bugs corrected: - GZIP library status not displayed properly on certain servers. Version 1.3 ------------------------------------ Bugs corrected: - vbPortal display code in modules The hack is template based now. All you have to do is call it with the {getmicrostats} string, anywhere you want (for example in footer). You also have the choice to install it as template based or coded directly into your functions.php file. Version 1.2 ------------------------------------ Added the PHP and MySQL page percentage. (Addon by Chen 'FireFly' Avinadav) Version 1.1 ------------------------------------ vB.org decided to add this hack to their board. Bugs corrected: - incorrect time load - incorrect query count You like this hack? Please click on the [high]Install[/high] button. To download the latest version of this hack, click below: Show Your Support
|
Comments |
#162
|
||||
|
||||
anyone suggestions for my prob?
https://vborg.vbsupport.ru/showthrea...244#post230244 |
#163
|
||||
|
||||
Quote:
|
#164
|
|||
|
|||
Quote:
Instead I often get a negative value on the forumhome page, with about 35 queries. Some hacks installed, but even with the original index.php and templates, the query time has often strange values. I asked my host people, but they said it's an 'application' issue cause they use a standard MySQL configuration... Pragmatically, I would findout a simple way to re-scale strange values with a not-totally-random algorithm... :classic: I though to 'sql time % 100', but it's too empiric.... Do you have any better idea ? Thanks and welcome back. As you can see, Nakkid, your work became very popular... :squareeyed: Bye |
#165
|
||||
|
||||
So what's a good stat to have?
Most of my pages are like this: Page generated in 0.5019860 seconds (91.89% PHP - 8.11% MySQL) with 22 queries. I guess it's good that MySQL isn't bogging down right? |
#166
|
||||
|
||||
looks good to me.. your stats are solid. not to many queries (very important for your server - keep it under 40)
|
#167
|
||||
|
||||
Quote:
the way your host twisted the answer made me laugh. application prob? hmmm well, with a plain board installed there is nothing thay can commnet on it. i guarantee you will get the same probs. let me know please how it went. |
#168
|
||||
|
||||
Quote:
Wish me luck |
#169
|
|||
|
|||
Hi...
I have examined the code a little bit deeper, and I got a solution for these negative value problems, I think. In my opinion it is a little bug in your hack. I figured out that my pagestarttime was always set to zero. This is caused in global.php: PHP Code:
I changed it to: PHP Code:
replace this: PHP Code:
PHP Code:
Greets JDD If this may be wrong, just inform me and I edit this (but I think it should solve the problem) |
#170
|
||||
|
||||
PHP Code:
leave the rest unchanged, it should work fine, the starttime must be set to zero. |
#171
|
|||
|
|||
Quote:
Quote:
So, just give my modifications a chance and try them out, you'll see they would work. I have no clue why it is working on vB.org, but I doubt they use your code in it's original form. This is btw. a really nice hack - I like it very much therefore I tried to make it work and excamined it a little bit more than usual. JDD |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|