Some suggestions on optimising forum front-end

Discussion in 'Support & Feedback' started by MrSupplier, May 10, 2006.

  1. #1
    I have cable connection but forum pages still feels heavy and laggy.
    Some post-"view source"-ing idea:

    Forumjump menu
    <div class="vbmenu_popup" id="navbar_forumjump_menu" ...
    Code (markup):
    (quite big piece of code) can be moved to external "forumjump-NNN.js", so it can be cached by browser. Js can be optimised for faster rendering.
    pro: smaller page, less traffic
     
    MrSupplier, May 10, 2006 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    It wouldn't save a whole lot. The forum uses gzip compression, so something that is say 1k in size, really only has to transfer about 200 bytes.

    Also, the forum jump menu can't be embedded in JavaScript because it's not the same for all users.
     
    digitalpoint, May 10, 2006 IP
  3. SumitBahl

    SumitBahl Reign of Chaos

    Messages:
    5,170
    Likes Received:
    596
    Best Answers:
    0
    Trophy Points:
    310
    #3
    Menu is different for MODS and Admin?? Or is there some other group of users as well?
     
    SumitBahl, May 10, 2006 IP