Tags: html* + performance*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Specify content encoding with HTTP headers were possible, otherwise do it with meta tags at the very top of the document.
    If using X-UA-Compatible, put that as far up in the document as possible.
    <meta name="viewport" ...> tags should go right below any encoding tags.
    Concatenate your assets.
    async defer all the script tags.
    Stylesheets before blocking (non-async) scripts.
    2015-10-22 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "html+performance"

About - Propulsed by SemanticScuttle