![]() |
here is what i mean if i remove the admin table the alt1 it groups both lines into one...
|
Bob, post here the actual html code from the page source, not footer template. Start from the beginning of microstats code to the end of footer.
I will fix it, something is wrong with the row colspan, in my mod. |
working good for me, though if I view the same exact page without any changes sometimes I'll get php close to 90% and every once in awhile I'll get the sql at like 70%.
|
Quote:
First segment of code is ok, but try this instead. Find: Code:
$ms_output .= ' <span class="smallfont">Page generated in ' . $total_time . ' seconds (' . $php_percent . ' - ' . $sql_percent . ') with ' . $query_count . ' queries</span>' . "\n"; Code:
$ms_output .= 'Page generated in ' . $total_time . ' seconds (' . $php_percent . ' - ' . $sql_percent . ') with ' . $query_count . ' queries<br />'; Code:
$ms_output .= '<tr align="' . $stylevar['right'] . '">' . "\n"; Code:
$ms_output .= $memory_status . $debug_status . $gzip_status . $server_status . $templates_status; Code:
$vbphrase[powered_by_vbulletin]<if condition="$show['microstats']"><br /> |
Quote:
|
lol i just got it before i refreshed the page lol thank you very much here is my code in my vBMicroStats Global Hook if anyone wants it like this hope you dont mind if so ill remove it.... just remember members only see the top code not the bottom one...
also i placed my <if condition="$show['microstats']">{microstats}</if> in the copyright part of the footer like this Code:
<div align="center"> |
Quote:
MySQL is a very smart language. If you run a query for the first time, it will execute it and also store it in the memory, in case you will need to perform it again. That saves server resources. If you don't use it for a certain period of time, the process is dumped automatically. This is where you see the critical points in your PHP pages. If every time you load a new page that have wierd mods enabled, MicroStats will warn you with the actual results, creating rightaway a question mark in your mind about the quality of the code you installed. The best way to see what are the "clean" results of your PHP/MySQL code is to install MicroStats into an unmodded vBulletin test board. Then you can compare the clean results with your board results... |
Quote:
Watch the server load, it's close to the sky. The bold numbers should not be higher then 1.00, yours are over 3.00. Are you on a shared server? If you are, contact your host and let them know. Someone is eating a lot of CPU there... |
lol im doing a backup thats why... but the queries you are seeing is from my vbadvanced page...
|
Quote:
The second, into your footer template, or any other template you like. ;) |
All times are GMT. The time now is 02:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|