Slashdot Mirror


Google Web Accelerator

Lukey Boy writes "Google has released a free web accelerator product for both Firefox and Internet Explorer. According to their information page the software uses Google servers as a proxy for web content, delivering the pages to your system more rapidly and compressing them beforehand."

10 of 798 comments (clear)

  1. free webstats by fitsnips · · Score: 5, Interesting

    will they provide you with your web surfing trend stats?

    --
    I am a republican not by choice, but rather by lack there of.
  2. isn't this basically a proxy? by yagu · · Score: 5, Interesting

    I've RTF(ine)A and I give... what makes this different/better/faster/whatever than a proxy server?

    And, while I'm at it.... I submit my vote that Google make linux/*nix versions of their stuff more quickly/readily. I find it no small irony that a company that relies on over 10,000 linux servers (actually I think the number may exceed 40,000) essentially making them one of the largest benficiaries of the OSS community they don't yet have a Google Desktop, nor are offering a beta of this accelerator for the linux community.

    Don't get me wrong, I like Google, think they've done great stuff, but come on -- how about paying back a little to the hand that giveth.

  3. I'm a little too paranoid for this one... by allism · · Score: 5, Interesting
    At least they were decent enough to point out that you need to READ their Privacy Policy:
    • Google Web Accelerator sends requests for web pages, except for secure web pages (HTTPS), to Google, which logs these requests. Some web pages may embed personal information in these page requests.
    • Google receives and temporarily caches cookie data that your computer sends with webpage requests in order to improve performance.
    • In order to speed up delivery of content, Google Web Accelerator may retrieve webpage content that you did not request, and store it in your Google Web Accelerator cache.

    To learn more, read our Google Web Accelerator Privacy Policy (http://webaccelerator.google.com/privacy).

    Does anyone know if the accelerator gives you the option to omit certain webpages from your accelerating experience, or is this going to turn into a huge information mine? (Not that the two are exclusive, there are going to be users who just blindly send anything through the accelerator regardless).
  4. Anonymizer? by alewar · · Score: 5, Interesting

    Do they provide also an anonymizer service with this accelerator/proxy??

  5. Re:Squeezable Software by SirSlud · · Score: 4, Interesting

    Incidentally, seperating code from view from data is probably the most effective way of cutting bandwidth. A report you look at 20 times a day, with different data, will download the file 20 times. The 'view' layer doesn't need to be downloaded again .. just the data!

    This is why CSS is a good thing. You're not downloading the look & feel of the site every time you make a non-cached request. Getting the data out of their too would go a long way towards cutting down on the amount of useless bits browsers have to download over and over again.

    --
    "Old man yells at systemd"
  6. Re:What does Google gain from this? by Spy+Hunter · · Score: 5, Interesting
    More ideas for Google's interest in this:
    • More aggressive preloading of top search results (made possible because Google is providing the bandwidth, so they're not wasting other people's bandwidth), makes Google search results more responsive => people rely on Google more
    • In the future, improved google ad relevancy by serving you ads related to your browsing habits (Sign me up! maybe I'd actually get ads that are useful to me instead of the normal crap ones. You can always turn it off when you want privacy, so stop frothing at the mouth already.)
    Of course, people are going to be crying "spyware"! But this is different from most spyware. Firstly, it doesn't clog up your Windows installation and slow down or crash your computer; in fact it speeds up your browsing. Secondly, you can turn it off, or uninstall it if you want. Thirdly, you only get it if you explicitly download it. Fourthly, it might actually improve Google's relevancy for search results and ads, which would benefit me directly. And finally, so many people are watching Google right now that the instant they do something evil, everybody on the globe will know about it. If that happens, it's trivial to switch to a competitor. And that's exactly why they *won't* be doing anything evil.
    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  7. Re:Slashdot effect? by jangobongo · · Score: 4, Interesting
    The "What Webmasters Need To Know About Google Web Accelerator" page touches on this:
    Will Google Web Accelerator affect my server load or usage statistics?

    It depends on whether your pages are cacheable. You can identify page requests prefetched by Google Web Accelerator through the HTTP header X-moz: prefetch. You can learn more about this header on the Mozilla website.
    Am I reading this right? If the page has been cached at Google, Google will use that cache for the preloading. And webmasters can do certain things to aid the prefetching function.

    So it sounds to me that if the website being slashdotted is cache-able (and the slashdotters have this accelerator), it could ease the website's server load.
    --

    Sig cancelled due to lack of interest
  8. correct by adpowers · · Score: 4, Interesting

    Exactly. Now they can find pages that are rarely linked, yet may be valuable. I wonder if this also might allow them to search the 'deep web'. Imagine a user with this browsing an online chemistry database where the only way to find info is by filling out some text fields on a website. Now Google will be able to find this deep websites by having users due all the grunt work.

    Also, they might use info about popular pages and browsing habits to improve search results (like I'm sure they are doing now with the Search History feature).

    Andrew

    PS: As soon as I saw this on GoogleBlog I realized the 'privacy' freaks were going to flip. If you don't like it, don't use it.

  9. why no talking about adsense by KalvinB · · Score: 4, Interesting

    most likely because they want to maximize the value of adsense. If everyone were all talking about how much money they were making on AdSense people would start propping up pages to target the most lucrative ads (they do already). The value of those ads would then go down. As it is it's all a big mystery and so people for the most part don't consider AdSense when deciding what content to put on-line.

    The other problem with talking about AdSense performance is that your success or failure a) can't be proven and b) could influence other's decisions to or not to market using Adsense. How well or not someone else's site is doing with AdSense has exactly zero to do with how well it will do on your site but people think it does anyway.

    If Google took away the gag you'd have thousands of people bitching about how little their site is making and it would make Google look bad even though it has nothing to do with them. Sorry but your crappy little Geocities site isn't going to generate enough traffic to allow you to quit your day job. You'd also have people going on and on about how much they're making which would cause people to have unrealistic expectations.

    Google wants entire control of the PR side of AdSense which is reasonable. It's how they pay the bills and make investors happy.

  10. Re:No Linux support either by Anonymous Coward · · Score: 5, Interesting

    XPIs can be written in C++ as well.

    http://www.iosart.com/firefox/xpcom/

    However, I wouldn't be suprised if Google was hacking into the winsock or something and not just doing normal plug-in stuff.

    Whoa, welcome to 1998 -- Slashdot automatically makes links!