Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

why does my css take time to load

There are two basic areas affecting webpage load time when we talk about CSS:

CSS file size and the total amount of CSS on the page (number of files). 
Too large CSS files will take a longer time to download and thus the entire 
page will take much more time to render (it has to wait for that big CSS to 
download first).
 
PREVIOUS NEXT
Tagged: #css #time #load
ADD COMMENT
Topic
Name
7+2 =