Open shogun70 opened 8 years ago
Instead of relying on the browser to pre-render another AMP-page in a hidden window, why not pre-render potential next-pages in the current window.
This would require AJAX + pushState navigation to already be implemented.
Implemented <meeko-prerender src="..."> in 8ab6a99cf0065ba2252726f8cf53a4ac28e80021. Currently this only does prefetching and preprocessing / transformation. Need to define and revise behavior.
<meeko-prerender src="...">
Instead of relying on the browser to pre-render another AMP-page in a hidden window, why not pre-render potential next-pages in the current window.
This would require AJAX + pushState navigation to already be implemented.