Empty style blocks and critical path CSS
-
I’ve practically turned on every optimisation feature, including async loading of CSS and critical path CSS generation. I now see a couple of issues:
- There are several empty
STYLE
blocks in theHEAD
- The “litespeed-optm-css-rules” style block is empty
- There is no other evidence of inline CSS that isn’t there in the unoptimised page (add
/?nocache
to the URL to compare)
The code looks the same whether critical CSS generation is done in the foreground or in the background.
The page I need help with: [log in to see the link]
- There are several empty
- The topic ‘Empty style blocks and critical path CSS’ is closed to new replies.