Minimizing HTTP Requests to Speed up your Page (Part 2)
Friday, August 19th, 2011Continued form the previous post…. Inline images on the other hand embeds the image data directly onto the page itself eliminating the need for a separate function call. This has images directly encoded into the images combined with the program as it is compiled. This means no sizable images to pre-load ...