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 guys.
1) How do I cache regular images in Umbraco? (e.g. <img src="pic1.jpg" />)
2) How do I cache images that are defined in CSS document? (e.g. body { background-image: bg.jpg; } ).
Generally, I would like browsers don't request server for the images, but use cached version insetad.
You could use this on iis level:
http://www.iis.net/configreference/system.webserver/staticcontent/clientcache
Thanks for the tip, Alex. It works!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Caching images and background.
Hi guys.
1) How do I cache regular images in Umbraco? (e.g. <img src="pic1.jpg" />)
2) How do I cache images that are defined in CSS document? (e.g. body { background-image: bg.jpg; } ).
Generally, I would like browsers don't request server for the images, but use cached version insetad.
You could use this on iis level:
http://www.iis.net/configreference/system.webserver/staticcontent/clientcache
Thanks for the tip, Alex. It works!
is working on a reply...