CSS files are render-blocking resource. They impact the page load. So, if the CSS resources is delayed, the page is loaded faster.
The challenge on this technique is to load the critical path CSS (above the fold) style preloaded. If it isn't done, we have a big trouble with Cumulative Layout Shift because the first load will be done without any style.
penthouse is a tool that allow you generate critical path CSS. Supplying the URL and the CSS content of the file, it is possible to get the critical path CSS. If shipped on the environment, it is possible generate the critical path for tests purpose.
Oportunity/Diagnotiscs:
Reference
CSS files are render-blocking resource. They impact the page load. So, if the CSS resources is delayed, the page is loaded faster.
The challenge on this technique is to load the critical path CSS (above the fold) style preloaded. If it isn't done, we have a big trouble with Cumulative Layout Shift because the first load will be done without any style.
penthouse is a tool that allow you generate critical path CSS. Supplying the URL and the CSS content of the file, it is possible to get the critical path CSS. If shipped on the environment, it is possible generate the critical path for tests purpose.
Oportunity/Diagnotiscs:
Reference