Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi! Im looking to do some image caching on my umbraco site to improve page load.
Any suggestions on where to start.
Hi Dana,
Do you want to add client cache ?
Easy way to add client side caching to site - add this section to your Web.config:
<location path="media"> <system.webServer> <staticContent> <clientCache cacheControlMode="UseMaxAge" cacheControlCustom="public" cacheControlMaxAge="7.00:00:00" /> </staticContent> </system.webServer> </location>
Read more - http://24days.in/umbraco/2015/using-a-cdn-with-umbraco/
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to do image caching
Hi! Im looking to do some image caching on my umbraco site to improve page load.
Any suggestions on where to start.
Hi Dana,
Do you want to add client cache ?
Easy way to add client side caching to site - add this section to your Web.config:
Read more - http://24days.in/umbraco/2015/using-a-cdn-with-umbraco/
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.