Use Data URIs to Save HTTP Requests
Reducing HTTP requests can aid greatly in speeding up your mobile web experience. Utilizing Data URIs for images reduces the amount of requests needed to fetch the images. Data URIs can be heavier in file size than using regular images, but there can be less latency than an HTTP request.