zondag, mei 18, 2008

 

asp.net output caching

I'm trying to implement some caching features on the site, in order to speed it up or to allow more users to access it simultaneously. There is a good video tutorial on asp.net caching on the asp.net site. On the next major update of the site, I'm using the outputcache control on a few pages, and I hope it will not interfere with the many ajax calls and personalized data on use on the pages.

Update: I tried it and it failed. I'll have to use other caching techniques to cache parts of a highly personalized and multilingual site like about2findout.com

Labels: ,