Replies: 1 comment
-
It's going to add a lot of complexity and not easily feasible with the current setup. You can give it a try if you have the right ideas but I won't consider this "an issue" of the theme. Also, it's a bad idea to try to apply whatever "optimization guide" blindly without understanding them (and your site). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Expected behavior
The theme does not use render blocking style sheets.
Steps to reproduce the behavior
Create a blog with the theme. Run a Google Lighthouse report of the site.
It will flag it with render blocking style sheets for the following files:
Other
I believe these are the lines where the style sheets are loaded in:
minimal-mistakes/_includes/head.html
Lines 17 to 18 in 7bb68ed
It looks like the project is using SASS but it also looks like its converted to CSS and then the CSS is included.
One option might be to use Scssify to inline critical CSS but I'm not sure if this is compatible with how the project is setup.
Previous Issues
Here is all the previous discussion I could find:
Beta Was this translation helpful? Give feedback.
All reactions