We used a favicon converter to create multiple image sizes within one .ico file for our website. I am concerned because our new .ico is now 1.6 KB and I don't know if internet browsers will load all of the various image sizes or only the image sizes that they need?
This code is now in the head of all of our web pages:
<link rel="SHORTCUT ICON" href="http://example.com/images/favicon.ico"/>
Because the code is in the head it will be one of the first things that the browser loads before it proceeds to load the rest of each web page.
I am also worried about getting penalized via the Google Caffeine update if we have now significantly increased our page load times for the average browser.
Does anyone know if browsers selectively upload only the image size that they need from the .ico file (small 16 by 16 image)? Or if they in fact upload the entire .ico file (all 1.6 KB)?