views:

17

answers:

1

Hi,
I would like to cache static background images in my APS.NET MVC 2 web page.
What's the best way to do this?

A: 

Static images are already cached by the browser.

Darin Dimitrov
hmmm.. they don't seem to be, because i get that annoying flickering of the web site when loading
dani
Flickering is not necessary occurring because images are not cached. Look with FireBug to analyze the HTTP traffic.
Darin Dimitrov
I checked the HTTP traffic and it clearly shows that the images take the most of the load time.
dani