PDA

View Full Version : OT: Site slooow... turn off guest vieweing during games?



ElNono
05-10-2013, 07:52 PM
(225 members and 951 guests)

Brazil
05-10-2013, 08:02 PM
Sounds like a good idea

hooperflash
05-10-2013, 08:03 PM
last time I noticed the avatars and sigs were disabled

ElNono
05-10-2013, 08:12 PM
not complaining, tbh... but something isn't right...

Look at neowin (http://www.neowin.net/forum/) and they currently have 1800 users online and it's a breeze. That site uses IPB, and not vBulletin though.

For vBulletin, look at http://www.pbnation.com/forum.php... Currently 1896 active users and also a breeze.

lefty
05-10-2013, 08:13 PM
yeah its slow as fuck

Fucking Slomomian servers

HI-FI
05-10-2013, 08:16 PM
seems to be a little bit faster, but overall it is slow as shit. whats up with these Slovenian servers? shouldn't they have some Chernobyl infused shit making them fast?

Whisky Dog
05-10-2013, 08:41 PM
Starting about now they should disable all pictures, video, sigs, avi's, basically everything but text so this thing will load faster

lefty
05-10-2013, 08:51 PM
its faster now

Venti Quattro
05-10-2013, 08:54 PM
Agree. Please remove guest viewing. It's only fair for those who put in the work registering in the forum.

ElNono
05-10-2013, 08:55 PM
If timvp could forward this to the tech guys (I know Slomo told me once who it was, but I forget). It stuff that can help. I ran YSlow on the site and here's a few things that should be easily fixable and produce some speed ups:



Grade F on Add Expires headers

There are 26 static components without a far-future expiration date.

(no expires) http://www.spurstalk.com/forums/clientscript/vbulletin-core.js?...
(2013/5/10) http://platform.twitter.com/widgets.js
(no expires) http://www.spurstalk.com/forums/clientscript/vbulletin_read_marker.js?...
(no expires) http://www.spurstalk.com/forums/images/misc/arrow.png
(no expires) http://www.spurstalk.com/forums/images/buttons/newbtn_middle.png
(no expires) http://www.spurstalk.com/forums/images/misc/navbit-arrow-right.png
(no expires) http://www.spurstalk.com/forums/images/misc/black_downward_arrow.png
(no expires) http://www.spurstalk.com/forums/images/gradients/generic_button.png
(no expires) http://www.spurstalk.com/forums/images/gradients/grey-up.png
(no expires) http://www.spurstalk.com/forums/images/site_icons/profile.png
(no expires) http://www.spurstalk.com/forums/images/site_icons/forum.png
(no expires) http://www.spurstalk.com/forums/images/site_icons/message.png
(no expires) http://www.spurstalk.com/forums/images/site_icons/add.png
(no expires) http://www.spurstalk.com/forums/images/site_icons/email.png
(no expires) http://www.spurstalk.com/forums/images/gradients/gradient-greytowhite.png
(no expires) http://www.spurstalk.com/forums/images/misc/stlogo46.png
(no expires) http://www.spurstalk.com/forums/images/pagination/next-right.png
(no expires) http://www.spurstalk.com/forums/images/pagination/last-right.png
(no expires) http://www.spurstalk.com/forums/images/buttons/collapse_40b.png
(no expires) http://www.spurstalk.com/forums/images/statusicon/thread_new-16.png
(no expires) http://www.spurstalk.com/forums/images/statusicon/thread-16-right.png
(no expires) http://www.spurstalk.com/forums/images/statusicon/thread_hot_new-16.png
(no expires) http://www.spurstalk.com/forums/images/statusicon/thread_hot-16.png
(no expires) http://www.spurstalk.com/forums/images/statusicon/thread_lock-16.png
(no expires) http://www.spurstalk.com/forums/images/statusicon/thread_dot-16-right.png
(no expires) http://www.spurstalk.com/forums/favicon.ico


You can fix the above with mod_expire on Apache, and adding to the Apache config:
ExpiresActive on
ExpiresByType application/javascript "access plus 30 days"
ExpiresByType image/png "access plus 30 days"
ExpiresByType image/ico "access plus 30 days"



Grade F on Compress components with gzip

There are 7 plain text components that should be sent compressed

http://www.spurstalk.com/forums/css.php?...
http://www.spurstalk.com/forums/css.php?...
http://www.spurstalk.com/forums/css.php?...
http://www.spurstalk.com/forums/css.php?...
http://www.spurstalk.com/forums/clientscript/vbulletin-core.js?...
http://www.spurstalk.com/forums/clientscript/vbulletin_read_marker.js?...
http://www.spurstalk.com/forums/clientscript/vbulletin-sidebar.js?...


Installing mod_gzip on Apache should fix the above.

The rest of the stuff is mostly due to how vBulletin is designed and there's no easy fix. You can run YSlow on your own, but installing the YSlow and FireBug extensions on FireFox. Once installed, load the page, then open up FireBug from the Tools->Web Developer->Firebug menu and select the YSlow tab.

ElNono
05-10-2013, 08:58 PM
agree its better now

superjames1992
05-10-2013, 08:59 PM
Turning off avatars during the last game seemed to help, tbh.

ElNono
05-10-2013, 09:06 PM
It's flying now...

There are currently 1373 users online. (241 members and 1132 guests)

Gotta pause those slovenian bittorrent during games, tbh

NASpurs
05-10-2013, 09:07 PM
The "live" thread feature for the game thread can't be good for the servers. If 1,000 members including guests are in the thread, that means it refreshes 1,000 times in a 45 second span or however long the timer is set to.

ElNono
05-10-2013, 09:08 PM
The "live" thread feature for the game thread can't be good for the servers. If 1,000 members including guests are in the thread, that means it refreshes 1,000 times in a 45 second span or however long the timer is set to.

It's ajax.... it only loads the new posts... it's not that taxing.... something else was going on.