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
If dest points to an Markup file (HTML, PHP, etc.) the resulting CSS gets inlined and the exiting stylesheets are wrapped in a JavaScript function to load them asynchronously as well as a noscript block for users with JavaScript disabled
So that means, the critical pieces will be loaded the 1st time inside of the HTML.
Then, 2nd, the same critical pieces will be loaded again asynchronously (along with the non critical)?
Thank you for clarifying!
The text was updated successfully, but these errors were encountered:
@whats1thingnow that's true. Critical also supports an extractoption which removes the critical css from the source stylesheets. Keep in mind that this option might create different source stylesheets for different pages which will drop any caching benefits. See addyosmani/critical#39 for further insights
As per readme:
So that means, the critical pieces will be loaded the 1st time inside of the HTML.
Then, 2nd, the same critical pieces will be loaded again asynchronously (along with the non critical)?
Thank you for clarifying!
The text was updated successfully, but these errors were encountered: