Browser Caching
Posted: Sun Feb 28, 2016 2:24 pm
I am trying to optimize my website and the first thing on the list to decrease page speed is to leverage browser caching. The Microsoft msdn site says:
"To implement page output caching, simply add an OutputCache directive to the page:
<%@ OutputCache Duration="60" VaryByParam="*" %>"
How can this be done?
"To implement page output caching, simply add an OutputCache directive to the page:
<%@ OutputCache Duration="60" VaryByParam="*" %>"
How can this be done?