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.
|