View Single Post
Old 11-10-2015, 03:12 AM   #2
Martinricky
Registered User
 
Join Date: Aug 2015
Posts: 434
According to Yahoo, 80% of a Web page’s load time is spent downloading the different pieces-parts of the page: images, stylesheets, scripts, Flash, etc. An HTTP request is made for each one of these elements, so the more on-page components, the longer it takes for the page to render.

That being the case, the quickest way to improve site speed is to simplify your design.

Streamline the number of elements on your page.
Use CSS instead of images whenever possible.
Combine multiple style sheets into one.
Reduce scripts and put them at the bottom of the page.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Martinricky is offline   Reply With Quote