Jonas,
thanks for the explanations so far. It helps a lot to understand and sorry for 
the naive questions. There is still something I do not get:

Le 13 août 2014 à 07:17, Jonas Sicking <jo...@sicking.cc> a écrit :
> It would be much more practically doable for calendar instead to
> prerender a blank search result page, and then once the user commits
> the search tell that prerendered page what the search parameters are
> such that the page can load and render the appropriate search data.

Here you seem to talk about partial rendering. 
I thought pre-render features were here to enable to show instantly a page when 
the user decides to follow a link. Aka the page is just ready to be shown. Here 
in your explanation you seem to say that the DOM is partially built but the 
painting is not done or at least has to be redone before displaying the page. 
Do we lose part of the benefits by doing that? Or maybe a more appropriate 
question is what is the gain in between a prefetch and a prerender in this case?



Another thought:
There is something very similar in between prefetch, prerender and the old 
next/prev values. That could revive those. 
<link rel='next' href=''/>
<link rel='prev' href=''/>


-- 
Karl Dubost, Mozilla
http://www.la-grange.net/karl/moz

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to