If your application is using lot of images, and you want to speed up the load time of your website, than you should use Image caching technique in asp.net for avoiding extra bandwidth usage for getting same content and more over improve performance and enhance the user experience.
Image caching can be perform in either of following ways
- Image caching in IIS (Easy and fastest way, but you need access to IIS)
- Image caching with Custom HttpHandler in asp.net (Complicated way, yet useful when you don't have access to IIS, eg: while using third party web hosting)
Image caching article discus more on this topic and it is very useful.
Please click on Image Caching Article to read more on this topic.


No comments:
Post a Comment