views:

567

answers:

2

Hi all,

How to check whether the images are from cache or from server. Since my home page contains 45 images. When I press F5, want to know whether the images are from cache or from server.

I had added <%@ OutputCache Duration='120' Location='Client' VaryByParam='none' %>

Thanks, Babu Kumarasamy.

+2  A: 
Arjan
A: 

You can determine this from the server end simply by watching the log of serviced/delivered requests for images,

Brian Agnew