-
[Critical CSS](https://www.smashingmagazine.com/2015/08/understanding-critical-css/) is an approach to optimizing the Critical Render Path and decreasing first render times. By inlining styles needed …
-
As a user I want to be able to manage tokens centrally to solve a number of problems:
1. find and cleanup all unused tokens
2. search for a specific token (might be better to be part of global sea…
-
So if it has critical: this only output to style.critical.css and remove from style.css
-
Hi. Started using your plugin and faced the problem that the "ignore" option doesn't work
Here is the code example
```
critical: {
test: {
base: './',
css: 'source/css/ma…
-
**Describe the bug**
The cara lab website (https://www.cara-ai-lab.nl/) shows the HTML before CSS when accessing the website for the first time
https://stackoverflow.com/questions/4172281/force-br…
-
Use
````
````
instead of
```
```
per `Defer non-critical CSS` https://web.dev/articles/defer-non-critical-css#optimize
Because PageSpeed Insights https://pagespeed.web.dev don't …
-
### Summary
While I searching for ways to defer non-critical CSS files, I found that magento2 has a `defer` attribute in the [head.xsd](https://github.com/magento/magento2/blob/2.4-develop/lib/inte…
-
### Question
I am highly confused about the results I am seeing. I've tried multiple different `criticalUrl` values. I've even used the exact example config from the docs. No matter what I put in, I …
-
Hi,
I'm trying to generate critical css for a url that needs a specific cookie to be accessible. I'm working with the CLI since my project is not based on node. It seems like it might be possible to …
-
### Preconditions
1. Have more than one admin user
1. Tested on 2.4.3-p2 and ef0ffcd37470e83337133a167dc4504f86037f28 (ie, current HEAD of `2.4-develop` branch)
### Steps to reproduce
1. Navigat…