When transforming on client side, the browser gets all the includes everytime the transformation is applied. I find it makes the application run slower.
Is there a way, with XSLT, to cache the includes so it does not download each file everytime is used again?
I am using a service worker now but I was wondering if there is another way.