vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Microstats - load times, server loads, queries, uncached templates (https://vborg.vbsupport.ru/showthread.php?t=82900)

Joshua5692 10-30-2005 02:07 AM

Quote:

Originally Posted by ShiningArcanine
I don't quite understand your question. Everyone can see microstats, except only the administrators (group 1) can see the server loads.

I am sorry I should have been more clear, thank you again for the reply. I am aware that the admin group can see the server load, but this is only the case if the user's primary usergroup is admin. Those of us who hide our admin status also have the server loads hidden from us.

Is there a way to make it so the that it will appear even if the primary usergroup is not administrators?

mauisun 10-30-2005 02:33 PM

worked great for me on 3.5 gold r3 :)
...mauisun

Thug 10-30-2005 11:27 PM

great stuff keep it up

bspiller82 11-01-2005 06:32 PM

On the stats whats it mean when it says

Uncached templates: adv_portal_ts (1)

ShiningArcanine 11-01-2005 08:32 PM

Quote:

Originally Posted by Joshua5692
I am sorry I should have been more clear, thank you again for the reply. I am aware that the admin group can see the server load, but this is only the case if the user's primary usergroup is admin. Those of us who hide our admin status also have the server loads hidden from us.

Is there a way to make it so the that it will appear even if the primary usergroup is not administrators?

I wasn't aware of this, thanks for bringing it to my attention. I'll have to study more carefully how vBulletin handles this to resolve it. I'm a bit pre-occupied at the moment through so it will be a while until I find time.

Quote:

Originally Posted by bspiller82
On the stats whats it mean when it says

Uncached templates: adv_portal_ts (1)

It means that a hack you installed has uncached templates. You'll want to talk to the hack author about how to fix that as it is hurting your forums' performance.

Omranic 11-06-2005 10:51 AM

there is a mising (the product name) so if you omport the plugin you don't see it in the plugin manager

hope to fix this

& thanks for this work

ShiningArcanine 11-06-2005 12:19 PM

Quote:

Originally Posted by SolidSnake@GTI
there is a mising (the product name) so if you omport the plugin you don't see it in the plugin manager

hope to fix this

& thanks for this work

It is in the plugin manager. It isn't in the product manager through. It never was meant to be as the product manager was introduced after the plugin manager in the betas and release canadiates. It only uses one hook so not having it in there doesn't make it any less easy to remove it.

puertoblack2003 11-06-2005 02:13 PM

for some reason can not download xml file it'll take to another window with an image logo that's it ....maybe something wrong can some 1 help....lol

maybe to early for me

Omranic 11-07-2005 09:06 AM

ShiningArcanine
thanks but i think if ypu put the product name that this plugin belogs to as (vbulletin) it will be good & doesn't have a bad side effect :)

bspiller82 11-13-2005 07:12 AM

Is there a way to add the (% PHP - % MySQL) from the 3.0.7 version?

Dark Riku 11-30-2005 03:57 AM

Is there a way to define where you want to add this... on my site, my footer is an image, and it looks ugly with it being under the image... could i add this to the top of my footer?

eclectica 12-06-2005 12:24 PM

How would I modify this plugin version 1.2.1 so that all members could see the server loads as well?

EDIT:

I have found out how to make server loads viewable for every usergroup. In the original xml file, open it with a text editor with word wrap turned off and delete the entirety of line 15:
Quote:

if ($vbulletin->userinfo['usergroupid'] == 6) {
and on line 44, where there are three closing brackets in a row, you also need to delete one closing bracket as well:
Quote:

}
or you will get a parse error.

eoc_Jason 12-06-2005 11:25 PM

Quote:

Originally Posted by bspiller82
Is there a way to add the (% PHP - % MySQL) from the 3.0.7 version?

AFAIK, not without file editing...

kadafi_alive 12-11-2005 04:21 PM

Hi,

is there a way to exclude the stats on some pages?

Mudvayne 12-14-2005 06:13 PM

nice hack clicked install

BiReL41r 12-16-2005 07:58 PM

Any screenshots in ACP or on forum homepage?

Mudvayne 12-17-2005 05:27 AM

Installed 3 dayz ago but fixed just now.. though i know nothing abt coding thts y i spend 1 hour & edit it now it wont shows to others but admin & developer (btw we hav a usergroup named developer who wokrs on site dev :rolleyes: )

Find:
Code:

if ($vbulletin->userinfo['usergroupid'] == 6)
Replace with:
Code:

if ($vbulletin->userinfo['usergroupid'] == 6 or $vbulletin->userinfo['usergroupid'] == *)
* is the usergroup id.. replace it with ur own

Find:
Code:

if (($vbulletin->config['Microstats']['adminonly'] and $vbulletin->userinfo['usergroupid'] == 6) or !$vbulletin->config['Microstats']['adminonly']){
Replace with:
Code:

if (($vbulletin->config['Microstats']['adminonly'] and ($vbulletin->userinfo['usergroupid'] == 6 or $vbulletin->userinfo['usergroupid'] == *)) or !$vbulletin->config['Microstats']['adminonly']){
this modificatoin allready posted by ShiningArcanine.. in Here.. I just repost with mine one..
I'm really a newbie but just trying to share my idea
:ermm:

Smiry Kin's 12-17-2005 05:20 PM

Any Release Planed for 3.5.2? or 3.5.*

eoc_Jason 12-17-2005 08:43 PM

Quote:

Originally Posted by Smiry Kin's
Any Release Planed for 3.5.2? or 3.5.*

This is compatible with all 3.5.x versions. It's very simple code and you can customize it quite easily to suite your needs.

Smiry Kin's 12-17-2005 09:29 PM

ok thanks man, i will try it in just a sec!

Smiry Kin's 12-17-2005 09:32 PM

Works Great

*Install

|Jordan| 12-19-2005 06:50 PM

Great job!

But i have a question; what do the 3 numbers of server loads mean?

Also, any way to show the load on PHP/MySQL ?

BrandiDup 12-19-2005 10:05 PM

Installed and working perfectly on 3.5.2.

Thank you very much! :nervous:

hotwheels 12-30-2005 08:19 PM

Hotwheels clicks *installs*

Hotwheels is runny 21 queries............holy cow

vic_jay 12-30-2005 08:34 PM

Dear Group,

We are running Vbadvanced and vbulletin 3.5. We followed the steps to your directions but we don't see anything on our main page. www.trainhealthy.com.

How do we trouble shoot? Please help.

hotwheels 12-30-2005 08:51 PM

Just import the plugin via vBulletin's "Download / Upload Plugins" page in the Plugin System in the Admin Control Panel and you're done.

That's it......

TrainHealthy 12-30-2005 09:16 PM

MY bad, I had plugins off in general settings

hotwheels 12-30-2005 09:32 PM

should be on the very bottom of your forums page.......if you are using vbulletin.

divided_by_fear 12-30-2005 10:14 PM

hotwheels lol i must say there some high server loads there too

hotwheels 12-31-2005 01:25 PM

They are terrible............i thought i was having software issue's, so i upgraded from 3.0.7 to 3.5.2 and the server load's stayed the same. I am now waiting for the member's of my site to let me know if they want us to move to a new server. These load' are killing my site bad.....

Guest210212002 01-25-2006 04:05 PM

/me clicks install

Megareus Rex 01-25-2006 09:11 PM

Sorry if this question has been asked before, but...how do I edit where on the page it appears?

EDIT: Nvm...it was in the hack desc.
-.- I'm slow

EDIT AGAIN: What exactly do the server loads mean, and what is a good range?

ShiningArcanine 01-26-2006 09:04 AM

Quote:

Originally Posted by Megareus Rex
Sorry if this question has been asked before, but...how do I edit where on the page it appears?

EDIT: Nvm...it was in the hack desc.
-.- I'm slow

EDIT AGAIN: What exactly do the server loads mean, and what is a good range?

It is an average of server load over time. The first is over one minute, the second is over five minutes and the third is over 15 minutes. You'll generally want it to be at or below 1.00 times the number of processors in your site's server.

Megareus Rex 01-26-2006 10:55 AM

Quote:

Originally Posted by ShiningArcanine
It is an average of server load over time. The first is over one minute, the second is over five minutes and the third is over 15 minutes. You'll generally want it to be at or below 1.00 times the number of processors in your site's server.

Ah, ok, thanks :)

GamerJunk.net 02-01-2006 04:46 AM

Page generated in 1.37040 seconds with 30 queries [Server Loads: 8.81 8.49 : 9.46]

That's my forumhome. Is that bad to have that many queries?

Snake 02-01-2006 11:00 AM

Quote:

Originally Posted by RasMasta
Page generated in 1.37040 seconds with 30 queries [Server Loads: 8.81 8.49 : 9.46]

That's my forumhome. Is that bad to have that many queries?

In fact it is. It could slow down your server speed and generate too many mySQL errors, I suppose.

ShiningArcanine 02-01-2006 01:56 PM

Quote:

Originally Posted by RasMasta
Page generated in 1.37040 seconds with 30 queries [Server Loads: 8.81 8.49 : 9.46]

That's my forumhome. Is that bad to have that many queries?

That query count is a bit excessive. How many plugins are you running?

GamerJunk.net 02-01-2006 03:46 PM

Look at the page

www.gsnforce.com/forum

I get 49 queries in my showthread page, what is the average that should be there?

crepo 02-07-2006 11:28 AM

Installed.

I use it with the configsetting:
Code:

$config['Microstats']['adminonly'] = true;
But can I use this also for 2 groups? I want give it to admin and supermoderators group.

Thanks for helping.
peter

David_R 02-14-2006 01:49 PM

thanks works fine,
but i want to display all the information only to administrators and another group ID = 23
how can i acheive same ?

i want to remove/hide guests from viewing the page generated and queries executed line.


All times are GMT. The time now is 03:25 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
  • Page Generation 0.01614 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete