Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 01-24-2013, 02:15 AM
AndrewSimm AndrewSimm is offline
 
Join Date: Sep 2006
Location: Atlanta, GA
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Currently

2.95 4.03 5.29 | 1,043 Users Online (830 members and 213 guests)

It spikes during announcements. Basically I get post bombed.

--------------- Added [DATE]1358997646[/DATE] at [TIME]1358997646[/TIME] ---------------

Running apache, nginx, and DP Sphinx, Tables are still MyISAM
Reply With Quote
  #12  
Old 01-24-2013, 02:27 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rather high load for that amount of users on, but we dont know much about your setup without details.

nginx & apache may not be tuned/optimized.

hacks installed make a difference.

no cache installed?

the disk setup you have isnt very good for a db server.
Reply With Quote
  #13  
Old 01-24-2013, 03:12 AM
AndrewSimm AndrewSimm is offline
 
Join Date: Sep 2006
Location: Atlanta, GA
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not running a lot of hacks. vBDynamics and vbGallery but those don't get a lot of traffic. Datastore in the file system. No memcache or xcache yet.
Reply With Quote
  #14  
Old 01-24-2013, 03:18 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

File based caching is not as fast as memory.

Without know nginx & apache conf, not much more can really be said, not to mention is if sql is optimized as well.

With slow 1tb sata drives, thats not going to be good performance wise, for sql either.
Reply With Quote
  #15  
Old 01-24-2013, 02:04 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It shows that alot of your resources aren't being cached.

I suggest you do the following.

*Install cloudflare and disable it's rocketloader feature. It can help serve content as a cdn as well as help block attackers/bad bots.

*Install the htaccess found in my guide to help with caching, gzip & more.

*Try out vb4 supercharged.

*Optimize your images

*Where possible, add css sprites.

And last but not least, make a post here to help fine tune your server hardware/software.
https://www.vbulletin.com/forum/foru...-Configuration
If you need help with any of the above, simply look in my signature for the link to the popular guide.
Reply With Quote
  #16  
Old 01-24-2013, 03:59 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know why you're running Apache and Nginx, but it should be one or the other. Not both.

Normally when Nginx is installed apache is disabled.
Reply With Quote
  #17  
Old 01-24-2013, 04:54 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by final kaoss View Post
It shows that alot of your resources aren't being cached.

I suggest you do the following.

*Install cloudflare and disable it's rocketloader feature. It can help serve content as a cdn as well as help block attackers/bad bots.

Cloudfare is a bad idea on a large heavy traffic site like his.

*Install the htaccess found in my guide to help with caching, gzip & more.

He dont need to, thats already being done by nginx if its setup correctly

*Try out vb4 supercharged.

That hack hasnt been updated in over a year & dont work correctly on later versions of vb.

*Optimize your images

*Where possible, add css sprites.

And last but not least, make a post here to help fine tune your server hardware/software.
https://www.vbulletin.com/forum/foru...-Configuration
If you need help with any of the above, simply look in my signature for the link to the popular guide.
Quote:
Originally Posted by nhawk View Post
I don't know why you're running Apache and Nginx, but it should be one or the other. Not both.

Normally when Nginx is installed apache is disabled.
Nhawk, nginx is in proxy mode, then passes the php process off to apache, nginx is caching images & gzipping content to name a few, as well as handling a wide range of attacks that apache could never handle that are built into nginx by default.
Reply With Quote
  #18  
Old 01-24-2013, 04:59 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry snake but the points you've highlighted in red are null & void as per the results of a webpagetest & yslow report.

Also, cloudflare is a good choice for any site, as they help to serve content & thus reduce the amount of static requests that each page requires to load. It does not in anyway make site performance worse.

http://www.webpagetest.org/pagespeed...run=1&cached=0

As you can see, the points you tried to argue against are not being done by his current setup, hence why I posted what I posted.

Also, vb4 supercharged is working fine for me regardless of how old it is, I still use it to this day and recommend it.
Quote:
Originally Posted by snakes1100 View Post
Nhawk, nginx is in proxy mode, then passes the php process off to apache, nginx is caching images & gzipping content to name a few, as well as handling a wide range of attacks that apache could never handle that are built into nginx by default.
Reply With Quote
  #19  
Old 01-24-2013, 05:03 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by final kaoss View Post
Sorry snake but the points you've highlighted in red are null & void as per the results of a webpagetest & yslow report.

Also, cloudflare is a good choice for any site, as they help to serve content & thus reduce the amount of static requests that each page requires to load. It does not in anyway make site performance worse.

http://www.webpagetest.org/pagespeed...run=1&cached=0

As you can see, the points you tried to argue against are not being done by his current setup, hence why I posted what I posted.
Apparently, you dont read either, you should try to read what i said again, the points are valid & you gave very bad advice on a few points.

1. You tell him to use a hack that dont even work & is full of bugs.

2. I stated if his nginx was setup right, he dont need to, so apparently its not setup right.
Reply With Quote
  #20  
Old 01-24-2013, 05:07 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. With the correct settings vb4 supercharged works just fine for combining js & css, that is all that you really need it for since there are other ways to cache it & compress it without relying on the plugin to do it for you. Also what bugs are there with it? With the advice from my article you can run it pretty much with zero worries.

Quote:
For this step, we need to install vb supercharged. WARNING! Some people have reported conflicts when using this mod with other mod's. With Google Closure Compiler OFF, I have not encountered any conflicts!

My advice is to enable every option except for these:
Html Optimiser
Javascript Optimiser
Attachment Optimiser
2. I realize that you was stating this as well and I pointed it out with a report.

Quote:
Originally Posted by snakes1100 View Post
Apparently, you dont read either, you should try to read what i said again, the points are valid & you gave very bad advice on a few points.

1. You tell him to use a hack that dont even work & is full of bugs.

2. I stated if his nginx was setup right, he dont need to, so apparently its not setup right.
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 11:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05562 seconds
  • Memory Usage 2,265KB
  • Queries Executed 11 (?)
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
  • (6)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
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_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