View Single Post
Old 06-12-2015, 06:12 AM   #3
fatihalp
Registered User
 
Join Date: Nov 2014
Location: Turkey
Posts: 15
By reducing http requests from client browser to server you can decrease website load speed.
For example if your web page is using 50 small graphics images, each image will be loaded through a separate http request. if you combine all 50 images in a CSS SPRITE then all images would be loaded in a single request. And you can improve your website page speed and load time.
__________________

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.
fatihalp is offline   Reply With Quote