I am using the WebDevHelper toolbar for Internet Explorer to eliminate HTTP requests / callbacks on my SSL and noticed that IE is reloading my CSS: hover images every time they start. This causes a huge number of rounds.
How can I prevent this?
Change: . All static content is served using the cache: public, so images, javascript, etc. cached in Firefox and Chrome. This problem is specific to IE.
source
share