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...
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
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...
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.