Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make favicon.ico Small and Cacheable?

I have a favicon.ico in my asp.net web application. It is small but how to make it cacheable? Any suggestion.

like image 896
ACP Avatar asked Nov 25 '25 18:11

ACP


1 Answers

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.

like image 90
Darin Dimitrov Avatar answered Nov 28 '25 15:11

Darin Dimitrov