Development BT forums's performace grade: F

Discussion in 'Software' started by simon w, 26 Jul 2007.

  1. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
  2. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    I really dislike the the stuff about minimizing javascript. The savings you make are absolutely minimal in that area - as an example, i just "minimized" (no obfuscation) 889 lines worth and reduced the file size to 99.64% of the original size :rolleyes: :D

    Gzip compression and DNS are about the only reasonable suggestions they offer.
     
  3. Krikkit

    Krikkit All glory to the hypnotoad! Super Moderator

    Joined:
    21 Jan 2003
    Posts:
    23,578
    Likes Received:
    413
    Personally I don't think BiT's a slow site by any means. It could be faster, but most sites that actually do things aren't mega fast as-is. I often find that 'net connections limit page loading anyway, I remember how fast BiT was when I was on halls LAN, and it was frightening tbh. :D
     
  4. Jamie

    Jamie ex-Bit-Tech code junkie

    Joined:
    12 Mar 2001
    Posts:
    8,180
    Likes Received:
    54
    I think the best way to make your site fast is to use as simple html as possible. Sites built with complex nested tables are going to be minutely slower than something built with the div positioning method. At the end of the day different browsers render at different speeds so that is the major bottleneck.
     
  5. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Yep. We get a frightening (as in, very bad) connection to bit-tech from our offices.

    By contrast, TrustedReviews is hosted in London and that feels like it's being served from a server about 2 feet away from me usually!
     
  6. Jamie

    Jamie ex-Bit-Tech code junkie

    Joined:
    12 Mar 2001
    Posts:
    8,180
    Likes Received:
    54
    bit-tech is hosted in dallas, texas so the request latency is the crazy long from the UK (depending on your ISP). If you want to be nosy inspect the source on the site and you may find a timer telling you how fast the page loaded from the start of the php request until the end of all the data retrieval.
     
  7. Krikkit

    Krikkit All glory to the hypnotoad! Super Moderator

    Joined:
    21 Jan 2003
    Posts:
    23,578
    Likes Received:
    413
    I'm not that fussed tbh Jamie - it's plenty fast enough for me, you crazy coder fools do a plenty decent enough job.
     
  8. Firehed

    Firehed Why not? I own a domain to match.

    Joined:
    15 Feb 2004
    Posts:
    12,574
    Likes Received:
    16
    Bit's always one of the snappier sites I go on... probably the one thing left to like about living in the US. Though the link was still quite useful for my own intarweb doings.
     
  9. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    I've never had any performance issues with BT (although things did feel slower immediately after the recent upgrade). I think the article does a good job of highlighting a number potential bottleneck areas which can be fixed/improved with varying degress of effort and cost. Internationl high traffic sites will benefit from a content delivery network and will have the extra money to spend on the additional datacenter space and maintanince costs.

    I'll start by turning on mod_compress (don't know why it wasn't already on) and have a look into mod_expire
     
  10. The_Beast

    The_Beast I like wood ಠ_ಠ

    Joined:
    21 Apr 2007
    Posts:
    7,379
    Likes Received:
    164
    I think Bit is just fine
     

Share This Page