You could use the Clientdependencyframework for caching / bundling your JS and CSS.
For images you'd have to ask someone else ;-)
Normally I'd first ask, why do the images need caching? Do you have a big load on the server? Lots of the same images being served on a single page? Better performance?
Perhaps Lazy loading is already a good enough solution for you.
Js, Images and Css caching umbraco 8
Hi all,
I need to caching Js, Images, and CSS.
How do I do that in Umbraco 8?
Thanks
You could use the Clientdependencyframework for caching / bundling your JS and CSS.
For images you'd have to ask someone else ;-)
Normally I'd first ask, why do the images need caching? Do you have a big load on the server? Lots of the same images being served on a single page? Better performance?
Perhaps Lazy loading is already a good enough solution for you.
Hi Ambert van Unen,
Thanks for the answer.
In image caching, the client doesn't change the images always. That's why I try to cache images to get better performance.
Thanks
Ginuka
is working on a reply...