A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label output cache. Show all posts
Showing posts with label output cache. Show all posts

Monday, October 13, 2014

How to Configure Page Output Caching in SharePoint 2013

In a normal operation, SharePoint generates ASP.NET pages dynamically from page templates and database content. These ASP.NET pages are then converted into HTML and sent to the client browser. This is a resource-intensive process. Page output caching stores the HTML output for specific SharePoint pages in memory, so that SharePoint does not need to regenerate a commonly-requested page every time.