Why clean-css isn't recommended as minify resource on Google developers page.
See original GitHub issuehttps://developers.google.com/speed/docs/insights/MinifyResources
I would like to see clean-css
there but what’s the criteria/process?
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Minify Resources (HTML, CSS, and JavaScript)
Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser - ...
Read more >The complete best practices for minifying CSS - LogRocket Blog
However, what is critically important about minifying CSS is that CSS is a render blocking resource on the web.
Read more >Source Maps · Issue #125 · clean-css/clean-css - GitHub
Source maps are for any JS or CSS files that are compiled from other source files. Because clean-css inlines @imports and modifies code...
Read more >How to Minify CSS and JavaScript in WordPress - WP Rocket
CSS minification means minimizing CSS from the original size to its smallest size without affecting its primary functionality and breaking the page's design....
Read more >How to Minify Your Website's CSS, HTML & Javascript
We minify the files of a website containing CSS, HTML, and Javascript code so your web browser can read them faster. Here is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s try this way.
Hey @igrigorik - clean-css is a very popular CSS minification tool yet it’s not featured on Page Speed tools page. Is there a way to get it there?
I don’t think there’s anything we can do about it right now, but any suggestions are more than welcome.