Forum load speed

Discussion in 'Support & Feedback' started by minstrel, Oct 10, 2004.

  1. #1
    :confused:

    I generally dislike vBulletin with a passion because it is such a slug loading pages on a rural dial-up, which is my only option out here so far... Others have said that's just the way vBulletin is...

    However, this forum is noticeably FAST :eek:

    Questions:

    (1) what did you do to get it this way?

    (2) can you please contact all other vBulletin forums and explain how they can do it too?
     
    minstrel, Oct 10, 2004 IP
  2. l0cke

    l0cke Active Member

    Messages:
    178
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    73
    #2
    Probably due to other forums having more ads than content :)
     
    l0cke, Oct 10, 2004 IP
  3. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #3
    No... some have no ads at all... some have AdSense only like here. It's more than that...
     
    minstrel, Oct 10, 2004 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    I use some things to speed it up... The whole thing uses mod_gzip, so a 40k page is compressed down to about 7k (then uncompressed on the user's side), and I moved my CSS to an external file (vBulletin includes it on every page by default).
     
    digitalpoint, Oct 10, 2004 IP
  5. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #5
    Well it works :D

    GuyFromChicago... are you reading this? :eek:

    I have seen it suggested elsewhere that using gzip (1) is a heavier load on servers and (2) may present some challenges to spiders... any truth to either of these as far as you know?
     
    minstrel, Oct 10, 2004 IP
  6. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #6
    It most definitely is a heavier load on the server, since it has to compress everything that goes out on the fly. I wouldn't suggest turning it on unless you have some beefy dedicated servers (which I do).

    It's not an issue for spiders though... Most spiders use HTTP/1.0, which doesn't support gzip (so the server doesn't do it). Google is starting to deploy a HTTP/1.1 bot that does support compression though (there is a thread over here).
     
    digitalpoint, Oct 10, 2004 IP
  7. joeychgo

    joeychgo Notable Member

    Messages:
    3,368
    Likes Received:
    321
    Best Answers:
    0
    Trophy Points:
    255
    #7
    shawn - is that done under the "Store CSS Stylesheets as Files?" option? in the admin cp?
     
    joeychgo, Oct 10, 2004 IP
  8. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #8
    Possibly... it was so long ago I forget specifically. But that sounds logical to me. :)
     
    digitalpoint, Oct 10, 2004 IP
  9. joeychgo

    joeychgo Notable Member

    Messages:
    3,368
    Likes Received:
    321
    Best Answers:
    0
    Trophy Points:
    255
    #9
    Store CSS Stylesheets as Files?
    If you would like to store the CSS stylesheet for each style as a file, you must ensure that you have a directory called 'vbulletin_css' inside the 'clientscript' folder, and that the web server has permission to write and delete files within that directory.



    thats what im referring to
     
    joeychgo, Oct 10, 2004 IP
  10. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #10
    I know... :)
     
    digitalpoint, Oct 10, 2004 IP
  11. joeychgo

    joeychgo Notable Member

    Messages:
    3,368
    Likes Received:
    321
    Best Answers:
    0
    Trophy Points:
    255
    #11
    and doing that will speed up things? WHat about server load?
     
    joeychgo, Oct 10, 2004 IP
  12. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #12
    It won't affect server load, and would probably speed things up a little bit since the CSS doesn't need to be reloaded every page.
     
    digitalpoint, Oct 10, 2004 IP
  13. joeychgo

    joeychgo Notable Member

    Messages:
    3,368
    Likes Received:
    321
    Best Answers:
    0
    Trophy Points:
    255
    #13
    ok.......... thaks shawn.
     
    joeychgo, Oct 10, 2004 IP