Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 04-16-2009, 01:32 AM
Daniel Thomas Daniel Thomas is offline
 
Join Date: Jul 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We have about 35 modifications, the most significant mods installed are ibproarcade, Casino, vBookie, vBPlaza, vBcredits, mods that link arcade/casino/bookie money system together, have about 4 mods from Cyb, Yet Another Award System, some miscellaneous mods such as Separate Sticky Threads and Normal Threads, Who's Read A Thread.

If you want the whole list, I can provide it.

However, as I noted in my first post, I even disabled every single modification we had and there was no change in the status of the forum, everything continued to load at snails pace.
Reply With Quote
  #12  
Old 04-16-2009, 02:34 AM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Even if you disable your mods through the AdminCP, their plugin data remains in the cache which eat away at speed/resources. You need to disable your plugin system via the config.php and check the speed again.
Reply With Quote
  #13  
Old 04-16-2009, 02:44 AM
Daniel Thomas Daniel Thomas is offline
 
Join Date: Jul 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TigerC10 View Post
Even if you disable your mods through the AdminCP, their plugin data remains in the cache which eat away at speed/resources. You need to disable your plugin system via the config.php and check the speed again.
The forum was seeming to run a bit faster the last couple hrs..but after editing the config, the forum does seem fast but I'm not sure if it's because of the shutting down the mod system or if it's because it's night time.

If it is truly running faster, makes me wonder which mod is the real resource hog.

---
edit:
Had some of my staff check their loading times.
Disabled Mods: 1.53 seconds
Enabled Mods: 3.199
Disabled Mods: 3.453
Refreshed: 3.358.

With those times, it appears the Mods aren't the problem. I can imagine those loading times being much much higher, probably 10-15 seconds earlier in the day when it was at a dragging.
Reply With Quote
  #14  
Old 04-16-2009, 02:59 AM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When doing time comparisons you need to do fair comparisons. Allow the server enough time to clear the plugins from cache - and allow the browsers enough time to clear their cache. Turn off your mods for at least 24 hours and see if it's really a mod causing the issues or not.

Also, you might check your web server configuration. There might be some tricky .htaccess stuff going on in the background that's causing some issues. If you have a .htaccess, would you mind posting it?
Reply With Quote
  #15  
Old 04-16-2009, 03:31 AM
Daniel Thomas Daniel Thomas is offline
 
Join Date: Jul 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
(HERE I HAVE A BUNCH OF BANNED IP ADDRESSES)
(funny thing is, I don't remember this stuff below)

RewriteEngine On

####Charset
AddDefaultCharset Off 

####Gzip
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L]
</IfModule>

####ETags
FileETag None

####Expires
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType text/css A2592000
ExpiresByType application/x-javascript A2592000
</IfModule>
Reply With Quote
  #16  
Old 04-16-2009, 04:53 AM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How many IP Addresses are we talking here? Because every single time a page is loaded, Apache has to open, read, parse, and match everything in the .htaccess file. This happens on every single page load. Every last one of them. The longer the .htaccess file is, the longer it will take to load pages.
Reply With Quote
  #17  
Old 04-16-2009, 11:37 AM
Daniel Thomas Daniel Thomas is offline
 
Join Date: Jul 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There was about 20 IP addresses in the .htaccess file. On top of that, our vBulletin User Banning Options has a ton more IP addresses banned, it probably has 50 or a little more.

Also, I just noticed this, but I put that define('DISABLE_HOOKS', true); script to disable the mods last night and well, it did disable some mods but it didn't disable the vBplaza or mods like that.
Reply With Quote
  #18  
Old 04-16-2009, 01:38 PM
Carnage Carnage is offline
 
Join Date: Jan 2005
Location: uk
Posts: 760
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What i noticed from your debug mode readout is that the page itself isn't taking very long to generate. Only 0.7 seconds for that one.

Can you load a number of pages both with and without mods enabled, time the loading clientside yourself, and compare it against how long vb took to generate it.

Also, out of interest; what spec is the server and what load is it under? (you can get the load from the admin cp) i was going to ask for db size... but unless your members post hugely long posts or a mod has stored a stupid amount of data it shouldn't be that big...

While you are at it; might as well post your apache, php and mysql conf files.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10: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.03717 seconds
  • Memory Usage 2,232KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete