![]() |
Home | Services | Package | About Us | Portfolio | Contact Us | Request a Quote |
|

24
It’s a CSS technique that can make your website load faster. Instead of having a n number of images that are included on every page of the site. Example such logo, menu bar, social media icon etc., you combine them all into one big image, then use Cascading Style Sheets to display those image by using position attribute. The major problem in the loading of a web page today isn’t download speeds so much as concurrent download. A web browser will only download two files at once from a web server. After the HTML is downloaded, the browser has to grab Cascading Style Sheets, JavaScript’s, and images from your server. You might have a lot of those secondary files, and only two will be loaded at once. If you combine your template’s images into one big file, they all get downloaded at once, instead of two at a time. Also, you may shave off a few kilobytes of file size in some cases, but that’s not as important.![]()