I want to set a favicon to be requested from a static file server instead of the main web server for performance optimization.
If I specify a
I did the test suggested above. I placed a /favicon.ico in the root of a domain, and a link, and fired up the page in:
They all showed the icon loaded with (located on an external server). I checked access.log, and there were no requests to /favicon.ico!
I then commented out the , checked again in all browsers, and they showed the /favicon.ico icon and corresponding entries in access.log.