Speed performance
Minified CSS files can give you the opportunity to save some space in terms of KiB (kibibytes): SeoChecker lists you in a table like the one below all the unminified CSS files, their size and their potential saving:
If you minify your CSS files, this will result in a saving in terms of loading performance, because usually they tend to be larger than it's needed.
For instance:
/* Header background should match brand colors. */ h1 { background-color: #000000; } h2 { background-color: #000000; }
can become:
h1, h2 { background-color: #000000; }
that uses a lot less bytes than the first one and it results completely equivalent to it. It can also be used without whitespace:
h1,h2{background-color:#000000;}
You can minify your CSS files in two ways:
Learn more about Speed performance
On page SEO performance and page checkup.
Over 300 parameters for the deeper page analysis.
Share this Guide
Did you like it? Share it!
Web tools for modern developers. Try these one!
Over 50 generators, builders and validators to improve your SEO and web performances
Builders and generators
Generate icons for web, Android, iOs, Microsoft and Apps. Show a graphical representation of your site within browser’s address bar.
Google Server and proxy
Find out the exact date and time your web page was cached by Google’s crawler through Google Cache Status checker
Create your personalized Barcode in over 70 formats. Choose your data, formats and colors and get your personalized Barcode.
Tester and validators
Analyze your web page speed performance. Retrieve information about speed index, latency, first contentful paint and more.
Builders and generators Google
Draw rectangles, circle, polygon, polyline and shape on maps and get coordinates. Set styles and colors for your drawed shapes and get the code.
Converters
Convert instantly color codes from RGB (red, green, blue) to HEX triplets color schema and vice versa. Insert color and try it for free.
Images Social
Get Vimeo video thumbnails and info dataset. Retrieve Vimeo video image thumbnails, caption, description, user info and stats.
Get YouTube video thumbnails and info dataset. Retrieve YouTube video image in 9 different sizes, quality, caption, description and more.