How to make favicon.ico Small and Cacheable?
I have a favicon.ico in my asp.net开发者_StackOverflow社区 web application. It is small but how to make it cacheable? Any suggestion.
favicons are already cached by client browsers. That's often an issue when you modify the icon you need to clear your browser cache for changes to take effect.
try out to shrink it , favicon.cc provide a good simple free way [link] http://www.favicon.cc/ download the .ico , maybe you can have a test on getmetriks.com it provide a nice tool for cookies and cacheable favicon. visit [link]http://gtmetrix.com/make-favicon-small-and-cacheable.html
check your server logs. favicon is often the most common download. If it is, there should be a section in the manual dealing with cache and proxy control. Details depend on the server.
精彩评论