Explain Yahoo Home page.

Discussion in 'HTML & Website Design' started by boron, Mar 12, 2007.

  1. #1
    How's that Yahoo Home page opens relatively fast and yet contains a lot of links, images? How is that done?
     
    boron, Mar 12, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    Consider this:
    - Biggest picture on their homepage is about 13Kb
    - They host it on hight speed and best performance servers, cause they afford to
    - They use content caching

    These amongh other "classic" reasons why a website would load fast on your computer.
     
    Clive, Mar 12, 2007 IP
  3. boron

    boron Well-Known Member

    Messages:
    1,072
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    140
    #3
    What's this - a short explanation about how everyone can do it - or link to tutorial...?
     
    boron, Mar 12, 2007 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    That is to reduce queries against the database on high traffic database driven websites.
    Some template engines like Smarty have a built-in caching feature to improve performance and responsiveness of web pages.

    Google will give you more if take a moment to do a search on it..
     
    Clive, Mar 12, 2007 IP
  5. MattD

    MattD Peon

    Messages:
    161
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you look at the results of that report though, you'll see that there are only 4 requests and its about 5K of data with only 3 images.

    When I look at the page I get a whole lot more! I am guessing its sending a much smaller/cut down version to this report generator - perhaps a "mobile" version of the page.

    When I look at the page in firefox there is 164K of data and it takes just under 2 seconds to load....not that fast in the real world!
     
    MattD, Mar 12, 2007 IP