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:
Per saperne di più
Prestazioni SEO sulla pagina e checkup.
Oltre 300 parametri per l'analisi approfondita delle pagine.
Condividi questa Guida.
Ti è piaciuta? Condividila!
Web tools per sviluppatori moderni. Provali!
Generatori, builder e validatori per migliorare le tue performance di ottimizzazione SEO e web
Tramite questo tool di rilevamento dei temi di Wordpress, scopri le caratteristiche del tema utilizzato.
Recupera lo status code del server remoto e gli header. Ottienilo status code HTTP, le informazioni sugli Header, il controllo della cache e i dati da un determinato URL.
Verifica gli Structured data delle tue pagine web. Verifica la conformità dei tuoi Structured data json-ld e migliora la tua SEO.
Convertitore di unità Pixel - Rem - Punti. Converti pixel in unità REM o in punti in pochi secondi con questo converter gratuito
Scopri come sono costruiti i siti web. Rileva la tecnologia, il framework ed il CMS in uso.
Convalida i file Css con il servizio di convalida W3C. Verifica se il markup del vostro Foglio di stile è conforme al W3C.
Convalida le tue pagine AMP con questo tool. Testa le tue Accelerated Mobile Pages (AMP) , ottieni rapporti dettagliati e ottimizza le prestazioni.
Genera il markup delle Twitter Card e migliora i tuoi meta html. Allega foto, video ed esperienze multimediali ai Tweet e indirizza traffico al tuo sito.