Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681384yUnless you have 1 page and 1 view, then that can be a false positive.
Dynamic content and multiple pages are not scanned, otherwise you would need to have a single css file per view to get that to 100 on all views, and that's not maintainable. -
@C0D4 each page on the website uses the same bootstrap 4 css file and the same custom css file i wrote myself (in the image it's the index.css file is used on every page in my site)
@2Large i am, but there's still a lot of unnecessary css along with it (it said i use 0.3kb of the about 20kb file somewhere else) -
hack64564yWell, thats an interesting question and it made me wonder a bit. There must be tool for that. I did some research and found this:
https://stackoverflow.com/q/4361007 -
Bootstrap is stupid shit born out of gross misunderstanding how HTML/CSS were supposed to work. The CSS is a bloated shitfest, and apparently even split out over several files.
Ditch that piece of shit and reduce your CSS by a factor of 10 easily. -
theuser48024y@pxeger Not using it myself, but can imagine it would be not a good idea to use it for Dev builds, only prod.
-
Their is a tool to generate customized bootstrap with only the components you need, then you can just embed that into your page, My suggestion is to use Bootstrap only if you completely utilize it, using it just for 1-2 components is waste of resources, you can find code for those components from codepen.
Related Rants
so close yet so far :(
anyone got any tips for how to remove unused css? is there any tool that can remove classes from bootstrap i don't use?
random
so close yet so far
pagespeed insights
css