Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chkl-css [2014/08/11 12:09] (current)
stephan created
Line 1: Line 1:
 +====== Store CSS in external files ======
 +----
 +{{:​wiki:​seo2.png?​nolink&​100|Medium Influence}} {{ :​wiki:​difficulty2.png?​nolink&​100|Hard to implement}}
  
 +CSS layouts usually are defined in the [[head]] area of a page.
 +
 +Because most often the same layout is used on every page of a website, this would mean that the visitor would re-load the same CSS each time when he opens a different page. This increases the traffic, the load time and can affect your ranking.
 +
 +Store CSS in external files in order to save storage and decrease load time. Additionally you can manage your website’s layout centrally this way and changes are taken over immediately on all pages.