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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...