Earlier quoted context omitted.
I don't like the idea of the browser visiting pages before I've told it to.
It's not rendering it (I would image at least), I don't see this as a security concern, do you?
Google Makes Web Pages Load Instantly
11–20 of 62 posts
Re: Google Makes Web Pages Load Instantly
#12In order to be instant, it would have to download all images, scripts and stylesheets too - wouldn't that screw up everyone's web stats?
Here's the design document: http://dev.chromium.org/developers/design-documents/prerende... The browser does download subresources, including images, scripts, and stylesheets. The new page visibility API is intended to help folks keep accurate web stats: http://w3c-test.org/webperf/specs/PageVisibility/
Re: Google Makes Web Pages Load Instantly
#13another really cool product of google that serves to make us more dependent on them...
"Other Web browsers could also employ Instant Pages, because Google has released the necessary code for all to use. "We are opening up the code because we want other browsers to implement it—it is good for the users and for the Web," said Singhal."
Even if this weren't the case, as drivebyacct2 said, this doesn't do anything to make us dependent on them, especially when compared to gmail or google docs.
Re: Google Makes Web Pages Load Instantly
#14In order to be instant, it would have to download all images, scripts and stylesheets too - wouldn't that screw up everyone's web stats?
Here's the design document: http://dev.chromium.org/developers/design-documents/prerende... The browser does download subresources, including images, scripts, and stylesheets. The new page visibility API is intended to help folks keep accurate web stats: http://w3c-test.org/webperf/specs/PageVisibility/
Re: Google Makes Web Pages Load Instantly
#15Re: Google Makes Web Pages Load Instantly
#16Re: Google Makes Web Pages Load Instantly
#17Re: Google Makes Web Pages Load Instantly
#18* Thanks for that link, abarth
Re: Google Makes Web Pages Load Instantly
#19Remember, this makes it vitally important that your "delete" links in web apps aren't actually links, but forms. Load up a data grid and boom! All you resources are gone.
Re: Google Makes Web Pages Load Instantly
#20Earlier quoted context omitted.
It's not rendering it (I would image at least), I don't see this as a security concern, do you?
Actually, it is rendering it, in a hidden tab. As far as the site will know, you visited. Last login times get updated, web stats record hits, stuff gets marked as read, etc.