Results 1 to 15 of 15
  1. #1
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    (225 members and 951 guests)

  2. #2
    Chunky Brazil's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Nov 2008
    Post Count
    30,520
    Sounds like a good idea

  3. #3
    GO SPURS GO! hooperflash's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2012
    Post Count
    3,409
    last time I noticed the avatars and sigs were disabled

  4. #4
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    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.

  5. #5
    TheDrewShow is salty lefty's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2006
    Post Count
    101,216
    yeah its slow as

    ing Slomomian servers

  6. #6
    Veteran HI-FI's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2012
    Post Count
    13,358
    seems to be a little bit faster, but overall it is slow as . whats up with these Slovenian servers? shouldn't they have some Chernobyl infused making them fast?

  7. #7
    Win. Whatever it Takes Whisky Dog's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Aug 2007
    Post Count
    6,052
    Starting about now they should disable all pictures, video, sigs, avi's, basically everything but text so this thing will load faster

  8. #8
    TheDrewShow is salty lefty's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2006
    Post Count
    101,216
    its faster now

  9. #9
    Ur a fkn wanker Venti Quattro's Avatar
    My Team
    Los Angeles Lakers
    Join Date
    Jun 2009
    Post Count
    29,402
    Agree. Please remove guest viewing. It's only fair for those who put in the work registering in the forum.

  10. #10
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    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:

    Code:
    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"

    Code:
    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.

  11. #11
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    agree its better now

  12. #12
    Pop, the Mastermind superjames1992's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2009
    Post Count
    4,387
    Turning off avatars during the last game seemed to help, tbh.

  13. #13
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    It's flying now...

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

    Gotta pause those slovenian bittorrent during games, tbh

  14. #14
    Go to baselinebums.com NASpurs's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Nov 2004
    Post Count
    30,565
    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.

  15. #15
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •