Output Caching
One
of the most sure-fire ways to improve a web application's performance is to
employ caching. Caching takes some expensive operation and stores its results
in a quickly accessible location.
Output
Caching -
caches the entire rendered markup of an ASP.NET web page or User
Control for a specified duration.
Data Caching - a programmatically-accessible, in-memory data cache for storing objects in the web server's memory.
No comments:
Post a Comment