June 2003
Intermediate to advanced
800 pages
34h 20m
English
You want to increase performance by caching completely rendered pages.
Add the OutputCache directive to a page or a user control, and specify how long the page should be kept in the cache.
A modest use of caching can reduce bottlenecks such as database access and dramatically increase a Web site’s overall performance. Caching has the greatest effect in a highly trafficked site. For example, consider what happens if you cache a page that displays the results of a database query. If you cache this page for one minute and ten requests are received for the page over that oneminute period, you’ll reduce the database overhead by a factor of 10.
Implementing caching is easy. You simply add an OutputCache ...
Read now
Unlock full access