vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Heavy loads on server - misc.php (https://vborg.vbsupport.ru/showthread.php?t=264597)

mdreamer 06-02-2011 10:03 AM

Heavy loads on server - misc.php
 
Hi,

I look into my server's statistics load report and saw the misc.php causes externally exceptional‏ loads on the server. i recently upgraded to 4.1.3. the problem is the in my host's control panel (i am in MediaTemple) i can't see the whole path - for example if after the misc.php there is "=gfgdf" i can't see it.
I guess what's causing the externally exceptional‏ loads is some kind of mod/add-on.

Do you have an idea how can i check it out?

Thanks

kh99 06-02-2011 12:21 PM

If you put the site in debug mode you can see the page generation time in the report at the bottom, then you could disable mods one at a time and see which one has an effect. If you have lots of mods you could look in the plugin manager to see which ones use "misc" hooks and start with those.

You can enable debug mode for just yourself using this code (from one of Lynne's old posts)

PHP Code:

if ($_SERVER["REMOTE_ADDR"] == "xx.xx.xx.xx") {
    
// enable debug mode for only my IP address
    
$config['Misc']['debug'] = true;



mdreamer 06-03-2011 10:35 AM

thanks i will try that is the next few day and will come back to tell.

thanks :)


All times are GMT. The time now is 03:45 AM.

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.00924 seconds
  • Memory Usage 1,710KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete