Full Page Caching of Home Page in v2.3

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi,

I am looking after to enable full page caching for Home Page with Version 2.3. Does anyone know here, how to achieve this? MVC3 supports full page caching from beginning. I just want an hint how to do it. Any idea or ref. link would be a great.

Thank you in advance
12 years ago
It's not possible. ASP.NET MVC 3 does not support donut caching (find more info here) Maybe, it'll be added in MVC 4
12 years ago
Hi, Thank you for your update. I found your link broken, can you please send it again. Moreover, please have a look at this, this might help. I'm not sure, please advise.

http://stackoverflow.com/questions/4685906/is-donut-caching-available-in-asp-net-mvc-3 and
http://www.devtrends.co.uk/blog/donut-output-caching-in-asp.net-mvc-3

Thank you in advance.
12 years ago
updated the link http://haacked.com/archive/2011/11/26/razor-donut-caching.aspx
12 years ago
a.m. wrote:

Thanks am.

I have put appx. 20 products on my home page from different categories. They are not from the show on home page default functionality. I modified it to load random product on specified categories. But after doing this home page is waiting for appx 6-7 seconds. I want to store all this 20 products in cache with full html markup (partial view caching) for appx. 10 minutes. And after every 10 minute it will refresh cache with new products.

Any hit, how to do it?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.