Browser Caching

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Browser Caching

Post by kwikstand » 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?
Contractor's Solutions
www. contractors-solutions.net

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: Browser Caching

Post by NC Software » Sun Feb 28, 2016 3:24 pm

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/
Neal Culiner
NC Software, Inc.

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Browser Caching

Post by kwikstand » Sun Feb 28, 2016 4:17 pm

Thanks for the info, but I don't have access to IIS on this server.

By the way, what is IMHO?
Contractor's Solutions
www. contractors-solutions.net

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: Browser Caching

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

Neal Culiner
NC Software, Inc.

Post Reply