[Seaside-dev] about link prefetching

Philippe Marschall philippe.marschall at gmail.com
Mon Mar 24 17:42:42 UTC 2008


2008/3/24, Paolo Bonzini <bonzini at gnu.org>:
>
>  > 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).
>
>
> Pier URLs, OTOH, are RESTful but keep the continuation keys.  Even if
>  you put URLs without continuation keys in link elements, they won't
>  match when the user clicks on a link within the page.

In some cases Pier does not add a continuation keys.
I was talking about sites like:
http://www.cmsbox.ch/
which do not have session and continuation keys or other parameters
for pure navigation links. This requires effort to implement but once
you have it it would be nice if you could profit from link prefetching
to improve the browsing experience of your users.

Cheers
Philippe


More information about the seaside-dev mailing list