The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBMicroStats Details »» | |||||||||||||||||||||||||
This hack will add at the bottom of each vBulletin (powered) page, the statistics listed below.
Also, it will help you troubleshoot and optimize your vBulletin board by viewing or comparing PHP/MySQL options and other statistics that are normally hidden in your forum pages. Regular Users: ? Load time of specified page in microseconds ? Number of queries executed ? PHP percent page usage ? MySQL percent page usage Administrators Only: ? Active users browsing the forum (members and guests) new in 1.1.0 ? Server memory usage per page (in Kb) ? Display DEBUG mode status ? Browser GZIP library compression status ? Server average loads ? Uncached templates (useful to troubleshoot the code) The code modifications were tested into a clean installed vBulletin board. They work 100%. The hack was tested in vBulletin 3.6.4 and 3.6.5. If you want to test it into a lower version (3.6.x), let me know. Also, if you encounter any problems, feel free to post your questions here. Step by step install instructions are posted into readme.html file. In order to perform an efficient modification of your files, I recommend you to use Komodo Edit or Textpad. Both editors will allow you to complete all steps without any coding errors. The code changes are very safe and designed not to interfere in any way with the vBulletin performance/functionality. Make sure you modify, save and upload one file at the time to your server. Then, simply run the product-vbmicrostats.xml file. [high]The PLUGIN itself is DISABLED by default.[/high] This was done in order to make sure you properly edit your code first and to avoid surprises. You will need to enable it, once your code modifications are completed: Plugins and Products > Manage Products > vB Microstats > Enable (dropdown) Then, go to your vBulletin Options, click on BB MicroStats setting group and set all your options. Upgrade to version 1.0.2. Upgrade to version 1.0.3. Upgrade to version 1.1.0. Want to be a guinea pig and try this hack into a higher vBulletin version? Post your results, so others can read your feedback. Show Your Support
|
Comments |
#212
|
|||
|
|||
Installed to 3.6.7 PL1.
Initially, I received this error: Quote:
After the successful import I found the plugin disabled by default (you can see a line through the title in the plugin manager) so I enabled it. In vBulletin Options > Help BB MicroStats I enabled the plugin and turned on all the options. Debug Mode status only displays if it is enabled in the /includes/config.php file. The template modification as supplied in the readme.html file corrupts the display so I wrapped it in it's own table tags. Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['microstats']"><!-- {microstats} --></if>
</tr>
</table>
Page generated in 0.492 seconds (73.29% PHP - 26.71% MySQL) with 13 queries DEBUG Mode ON | 0.19 : 0.22 : 0.24 | Uncached Templates: None I've elected not to display Active Users, Memory Usage, and GZIP Level. I am also running vBSEO without any conflicts. Explain is also working fine. |
#213
|
|||
|
|||
Thanks For This. Great Mod.
|
#214
|
|||
|
|||
Flawless install onto a 3.6.8 board.
Just had to edit the plugin to adapt to the version. Thanx *Installs* |
#215
|
||||
|
||||
thanks this is quite handy to have to benchmark performance. thank you.
|
#216
|
|||
|
|||
Which is why there is a "Search this Mod/Thread" function.
|
#217
|
||||
|
||||
You guys are great, you know that?
I enjoyed reading the last few pages. Congratulations to all for the team work and for not giving up on a little code hiccup! I also linked Xplorer's post in the first page so people will know how to update the files for new vBulletin versions. |
#218
|
|||
|
|||
workin perfect on 3.6.8 with the minor update of version in the xml file.
|
#219
|
|||
|
|||
Hi,
i've changed the value in the xml to 3.6.8 but it doesn't work. Then i tried 3.6.9 and now it works Michael_Jim |
#220
|
|||
|
|||
Hi here with 3.6.8 i have just one bug:
Page generated in 0.3916 seconds (67.60% PHP - 32.40% MySQL) with 13 queries Users: 505 (404 members and 101 guests) | 4,097.32KB Used | GZIP OFF | 0.52 : 0.80 : 0.95 | Uncached Templates: None But i have GZIP enabled with valor 1. Best Regards |
#221
|
|||
|
|||
Quote:
thanks again michael |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|