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)

ShiningArcanine 09-15-2006 10:57 PM

Have you checked the HTML source to make sure that the comment is being sent to the browser?

curriertech 09-15-2006 10:59 PM

Quote:

Originally Posted by ShiningArcanine
Have you checked the HTML source to make sure that the comment is being sent to the browser?

I guess that would be a logical thing to do, wouldn't it? :D I didn't, no...I tested it quick and then just set it back to the default install (which I'm quite happy with). I'll try to check that tonight.

curriertech 09-15-2006 11:13 PM

Yeah nevermind...I have no idea why (unless 3.6.1 fixed something?) but it works fine with the variable now. :D

ubblite 09-26-2006 09:27 AM

This is probably a dumb question but I'm trying to make this mod display to admins only.

I do not see:
$config['Microstats']['adminonly']

in here:
plugin manager --> microstats --> edit

I found something close, but not exact & tried changing it and got errors.

Any help would be much appreciated.

Mudvayne 09-26-2006 09:37 AM

Quote:

Originally Posted by ubblite
This is probably a dumb question but I'm trying to make this mod display to admins only.

I do not see:
$config['Microstats']['adminonly']

in here:
plugin manager --> microstats --> edit

I found something close, but not exact & tried changing it and got errors.

Any help would be much appreciated.

For enable this mod Adminonly you need to edit your config.php file :).
Open ./forum/includes/config.php & put this code anywhere above ?>
Quote:

// ****** MICROSTATS OPTIONS *****
// Setting this variable to anything will make microstats display itself only to administrators.
$config['Microstats']['adminonly'] = true;

ubblite 09-26-2006 09:47 AM

Thanks for you help, Icy... that worked.

I viewed this thread and kept seeing config.php but was thinking it didn't come with the modification, lol... didn't realize they meant vb's config file.

Pete C 09-26-2006 01:01 PM

Microstats! lol - I searched for everything but! I've been looking for this for a while . . . *Installed* and a it's very, very helpful tool. Thank you.

As for the "Modification Questions" forum, where I posted my original request for info on this (and got no reply) . . maybe they should take a lesson from IPB, since it was one of their users that told me where to find this!

3 words was all I needed: "search for microstats" - but did the folks here bother to tell me? 3 words to help someone out, and no-one could be bothered - that sucks.

Anyway, thanks again to ShiningArcanine for this hack - it's much appreciated.

Neal-UK 09-28-2006 11:38 AM

Page generated in 0.19277 seconds with 21 queries (1 queries for uncached templates) [Server Loads: 2.47 2.13 : 2.23]
Uncached templates: groups_usercp_groupsbits (1)

I get this when in usercp, is that bad? (The bit in red)

EvilHawk 09-28-2006 12:33 PM

Quote:

Originally Posted by Neal-UK
Uncached templates: groups_usercp_groupsbits (1)

You can use this info to edit the hack, that uses this template, so as to cache it ...

tip: Read this tutorial [How-To] Cache Templates ;)

Eagle Creek 09-28-2006 07:01 PM

3.6.1 compatible?

EvilHawk 09-28-2006 07:19 PM

yes, it works fine with 3.6.1

Eagle Creek 09-28-2006 07:41 PM

great! thx!

Masiello 09-30-2006 07:51 PM

Hello,
can anyone ported this on a vb 3.6.x thread to can see i'ts full compatible?

curriertech 09-30-2006 09:54 PM

Quote:

Originally Posted by Masiello
Hello,
can anyone ported this on a vb 3.6.x thread to can see i'ts full compatible?

There are several people running this on 3.6.x with no problem at all (me included). :)

Guest210212002 10-21-2006 12:44 PM

I realize that this has been out for a while now, but I nominated it for MOTM anyhow. This hack helped me notice a rootkit running on my box not long ago. I saw the high server load, it immediately threw a red flag, and I was able to nip it in the bud before anything destructive happened.

Great mod. :D

AMG021 10-21-2006 01:47 PM

I like this very much but i would like to know is how do i remove ...

Look at the screen shot whater marked in red i would like to remove please help :D

ShiningArcanine 10-24-2006 12:30 AM

You have an uncached template. I have never had that problem myself, but I believe that you will want to add 'Marquee_Text' to the $globaltemplates array in global.php.

eclectica 10-31-2006 01:43 PM

If your forum is turned off it will show an uncached template message too.

ShiningArcanine 11-02-2006 07:30 PM

That is by vBulletin's design. It is more efficient not to cache rarely used templates than it is to cache them, so the vBulletin developers did that instead of caching every template vBulletin uses.

Cybershaolin 12-17-2006 12:11 PM

What does mean ans implies this?
Quote:

Uncached templates: Marquee_Text (1)
How do you include it in cache?

meissenation 12-20-2006 11:32 AM

Are these stats bad?
Quote:

Page generated in 0.62878 seconds with 31 queries (5 queries for uncached templates) [Server Loads: 3.70 1.87 : 1.11]
My host has been continuously telling me that my site is overloading the apache server, and they forced me to upgrade to semi-dedicated. Now that I've upgraded to a semi-dedicated host, they're STILL telling me that my site is using too much of the server's resources.

Eagle Creek 12-20-2006 12:06 PM

Quote:

Originally Posted by Cybershaolin (Post 1140301)
What does mean ans implies this?


How do you include it in cache?

Read this and you'll know:
https://vborg.vbsupport.ru/showthrea...ched+templates

Quote:

Originally Posted by meissenation (Post 1142167)
Are these stats bad?
My host has been continuously telling me that my site is overloading the apache server, and they forced me to upgrade to semi-dedicated. Now that I've upgraded to a semi-dedicated host, they're STILL telling me that my site is using too much of the server's resources.

Those query's at a little high, not that high.. Where do you get these stats? Index?
The server load is high yes.
Are the forums the only thing you are running? Do you have made a lot of customisations?

Cybershaolin 12-20-2006 04:15 PM

Thanks Eagle Creek, that worked! :)

Quote:

Originally Posted by Chris-777 (Post 1101369)
I realize that this has been out for a while now, but I nominated it for MOTM anyhow. This hack helped me notice a rootkit running on my box not long ago. I saw the high server load, it immediately threw a red flag, and I was able to nip it in the bud before anything destructive happened.

Great mod. :D

How did you figure out to find the rootkit guilty code using this plugin? I know you got warned by the high server load but then, after, how did you manage to know where to llok exactly?

ShiningArcanine 12-20-2006 06:22 PM

Judging from his post, it appears that Chris has a dedicated server and he has probably had it for some time. Assuming that Chris frequently browses his forums, I would imagine that he became accustomed to what typical loads were on his server and when they sky rocketed, he started to investigate.

meissenation 12-20-2006 07:04 PM

Yeah, I was a customization +++++. :D But do you honestly think it looks like it'd be overloading the server? Those stats were from the index.

Quote:

Originally Posted by Eagle Creek (Post 1142185)
Read this and you'll know:
https://vborg.vbsupport.ru/showthrea...ched+templates



Those query's at a little high, not that high.. Where do you get these stats? Index?
The server load is high yes.
Are the forums the only thing you are running? Do you have made a lot of customisations?


ShiningArcanine 12-20-2006 09:44 PM

It really depends on what your site's traffic is and what your modifications are doing. If you take care of the uncached templates, your host might stop bothering you.

Eagle Creek 12-20-2006 09:56 PM

I agree with ShiningArcanine.

Also: Do u really _need_ that modification? Sometimes, there are others available, wich put less load on your server.

cOuNtErFiET 12-23-2006 12:42 AM

where do i edit what the admin groups are cause i have a customized admin group on my board and its not 6 along with a few other admin groups that i have to add yet too ty

Mudvayne 12-23-2006 03:58 AM

Quote:

Originally Posted by cOuNtErFiET (Post 1143756)
where do i edit what the admin groups are cause i have a customized admin group on my board and its not 6 along with a few other admin groups that i have to add yet too ty

See these posts.

https://vborg.vbsupport.ru/showpost....&postcount=259
https://vborg.vbsupport.ru/showpost....&postcount=260
https://vborg.vbsupport.ru/showpost....&postcount=261

yuriy 12-27-2006 01:01 AM

this doesn't work with vB 3.6.4 can anyone help me with this? PLEASE, Thank you!

Mudvayne 12-27-2006 07:06 AM

yuriy this works fine for me on 3.6.4.

jw00dy 12-27-2006 07:53 AM

Just installed 3.6.4 Great product. No problems at all.

meissenation 01-01-2007 02:24 AM

WOW! What a difference! That was on my semi-dedicated server (the 3.46 load) and I switched to dedicated with a different host, I've never seen the server load go over 1.0

yuriy 01-02-2007 09:57 PM

ehhh, moved to a linux hosting everything works nicely on 3.6.4 :)

Eagle Creek 01-09-2007 10:28 PM

It only says Page generated in 0.14053 seconds with 11 queries, so I don't see any server load.
(CentOS 4.4)

Mudvayne 01-10-2007 02:40 AM

Its only viewable by vB default Admin usergroup. Which group you are in?

Eagle Creek 01-10-2007 03:09 AM

UG ID 6, Administrators.

mrahul 01-10-2007 07:03 AM

does this work for 3.6.x ??

Mudvayne 01-10-2007 09:11 AM

Quote:

Originally Posted by Eagle Creek (Post 1155177)
UG ID 6, Administrators.

Then it should work. I don't know. Try reinstalling the hack.
@ mrahul. Yep works fine for me.

Eagle Creek 01-10-2007 12:41 PM

I did... I tried that already before.


All times are GMT. The time now is 11:03 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.01780 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
  • (13)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