The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Chrome/Chromium -- "A 2x Faster Web"

    Discussion in 'Windows OS and Software' started by Hungry Man, May 18, 2011.

  1. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    I realize this is an old blog post but it was recently written about in an article and it seemed like no one knew what it was.

    Chromium Blog: A 2x Faster Web
    SPDY - The Chromium Projects


    tl;dr: If you use Chromium/Chrome you will occasionally use the SPDY protocol instead of HTTP/HTTPS.

    "SPDY is an experiment with protocols for the web. Its goal is to reduce the latency of web pages."

    That Chromium blog is super old (2009) and it was back during testing.
     
  2. nemt

    nemt Notebook Deity

    Reputations:
    73
    Messages:
    968
    Likes Received:
    2
    Trophy Points:
    31
    Google says a lot of things.
     
  3. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    Not sure which part you're calling out here.
     
  4. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    SPDY is an 'experiment' that ties a browser to googles closed and proprietary web cache servers.

    it also ties your browsing history and content to googles ad machine.

    A little personal research into goggles motivations here would be in order.
     
  5. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    That's not what it does lol any server can implement this... it has nothing to do with Google's servers. It's a protocol like HTTPS or HTTPS.
     
  6. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    It's an exclusive to google protocol.........
     
  7. davepermen

    davepermen Notebook Nobel Laureate

    Reputations:
    2,972
    Messages:
    7,788
    Likes Received:
    0
    Trophy Points:
    205
    nah, it's right there, ready to download and use on your own server.

    anyways, i'd prefer to get the option to use a binary, pre-compiled version of the page available directly (based on the law situation, .net and not java. .net is at least really free to everyone). it's very inefficient today to download a page in all the pieces, and each piece is a different language that has to be parsed, compiled, error checked, and then run together. especially as the languages are rather loosely defined, parsing and combining is harder as needed. all the html, css and javascript parsing compiling and executing on client side is very inefficient. and transferring it in text is never as efficient (even with compression), than just having a binary form.

    so if you would like to boost the web (both for cpu usage, and transfer), you would have to get rid of the current html+css+javascript combination. present something unified, binary, open instead (and maybe replace http while doing it, too).


    btw, newsposter: google does a lot of exploring of any part of the web and it's performance impact. this is why the google homepage has a latency of 50ms on a typical system, even while it grew massively over the years.
     
  8. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    It's an exclusive to Chrome protocol... it has nothing to do with Google's servers. Anyone can make use of this protocol and it has nothing to do with caching or storing information.

    @dave, yes they would be ideal but I don't think that'll happen for a long long time.