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
Analytics Google Tracking script
Measure and track user interactions with your contents. Track all the actions you want: downloads, clicks, video plays, social share, engagement.
Images
Quicly capture any web page screenshot and thumbnails. Get image rendering on desktop and mobile and thumbnails filmstrip with loading timing.
Builders and generators
Generate beautiful color palette combinations for your designs. Get your combination scheme: analogous, triadic, complementary and so on.
Generate URLs for Google Play Campaign Measurement. Add Google Analytics Campaigns parameters to Google Play Urls - Android SDK.
Generate URLs for iOS Campaign Measurement. Use this free tool to generate URLs for measuring the source of iOS application installs.
Generate required and most useful meta tags for your pages. Provide metadata about your website and help search engines to provide relevant content.
Server and proxy
View and download any website’s Source Code. Get the HTML source code of any online web page from any browser, devices and Os system.
Generate feature-rich htaccess files: www rewrite, hotlink prevention, custom error pages, cache rules and redirects.