[Seaside-dev] about link prefetching

Philippe Marschall philippe.marschall at gmail.com
Mon Mar 24 13:28:25 UTC 2008


Hi

There is a bug reported about link prefetching:
http://code.google.com/p/seaside/issues/detail?id=12
Currently Seaside rejects prefetching requests.

For more information about link prefetching
http://developer.mozilla.org/en/docs/Link_prefetching_FAQ

As a summary Mozilla prefetches only <link rel="prefetch" .../> and
<link rel="next" .../> if _no_ query paramter is present. These two
facts make it safe for Seaside IMHO. As soon as you have a
continuation key Mozilla will not prefetch it. On the other hand if
you have "REST-ful urls" without continuation keys Mozilla will be
able to prefetch them with IMHO is a "good thing" (tm).

Cheers
Philippe


More information about the seaside-dev mailing list