Page 1 of 1

Browser Caching

Posted: Sun Feb 28, 2016 2:24 pm
by kwikstand
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?

Re: Browser Caching

Posted: Sun Feb 28, 2016 3:24 pm
by NC Software
I would avoid this, IMHO you'll cause more harm than good. The easiest and most effective way is to cache your images and theme folders in IIS. https://mohamedradwan.wordpress.com/201 ... -in-iis-7/

Re: Browser Caching

Posted: Sun Feb 28, 2016 4:17 pm
by kwikstand
Thanks for the info, but I don't have access to IIS on this server.

By the way, what is IMHO?

Re: Browser Caching

Posted: Sun Feb 28, 2016 4:18 pm
by NC Software