You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the AMP boilerplate so that the AMP document can be painted without running the AMP runtime JavaScript.
Overview
Every AMP document has a required boilerplate that prevents displaying the document till rendering has completed or an 8 second timeout has been reached. The AMP runtime applies several transformations to the document and some of those have become stable enough that they can be applied server-side in AMP caches. Doing so will reduce rendering time and may allow removal of the boilerplate in some instances.
Goal
Remove the AMP boilerplate so that the AMP document can be painted without running the AMP runtime JavaScript.
Overview
Every AMP document has a required boilerplate that prevents displaying the document till rendering has completed or an 8 second timeout has been reached. The AMP runtime applies several transformations to the document and some of those have become stable enough that they can be applied server-side in AMP caches. Doing so will reduce rendering time and may allow removal of the boilerplate in some instances.
Design Document
https://docs.google.com/document/d/1gViU1hxtGXwMSTNnum2zY_p9ZWvFwMKoachNdIRUgh0/edit?usp=sharing
The text was updated successfully, but these errors were encountered: