how to store dynamically generated pages in html?

Posted by Dharmik Bhandari on Stack Overflow See other posts from Stack Overflow or by Dharmik Bhandari
Published on 2012-03-21T05:17:24Z Indexed on 2012/03/21 5:29 UTC
Read the original article Hit count: 232

Filed under:
|

I'm working on ASP.net MVC3 Web application that is facing scalability issue.

For improving performance I want to store dynamically generated pages in html and serve them from generated html directly rather then querying database for each page request.

I'm sure this will dramatically increase performance.

Can any one share any hint / example / tutorial on how to do it? And what are challenges?

I would also like to know how others are handling performance issue for large e-commerce sites with at-least thousand categories and 200k products with at least 200-500 concurrent visitors? What are the best approaches?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about Performance

Related posts about asp.net-mvc-3