"Are there any restrictions on what is prefetched? Yes, only http:// URLs can be prefetched (https:// URLs are never prefetched for security reasons). Other protocols (such as FTP) do not provide rich enough support for client side caching. In addition to this restriction, URLs with a query string are not prefetched. This is done because such URLs often result in documents that cannot be reused out of the browser's cache, so prefetching them often has little benefit. We found that some existing sites utilize the <link rel="next"> tag with URLs containing query strings to reference the next document in a series of documents. Bugzilla is an example of such a site that does this, and it turns out that the Bugzilla bug reports are not cachable, so prefetching these URLs would nearly double the load on poor Bugzilla! It's easy to imagine other sites being designed like Bugzilla, so we explicitly do not prefetch URLs with query strings. (It might make sense to allow prefetching of these documents when the rel=prefetchrelation type is specified, since this should not appear in any existing content.) There are no other restrictions on the URLs that are prefetched. "
Source: http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.html -----Original Message----- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 10:53 AM To: CF-Talk Subject: OT: Google Web Accelerator problems FYI, it has been publicised today that there are problems with Google's Web Accelerator and most websites that involve data processing links of any sort. Read these for more: http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fas t_an_alert_for_web_app_designers.php http://david.backpackit.com/pub/37983 http://webaccelerator.google.com/webmasterhelp.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205878 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

