#can we cache a main.js for iframe component to prevent to loads every init?

2 messages · Page 1 of 1 (latest)

elfin mountain
#

i have an app and a scenario where i need to handle an external ecg viewer component. it is basiscally embeded in an iframe which works fine. my question is, since i have a bundle load for this as you can see in my image. to gain a better user exp i would like to, kinda cache the main.js comming for the iframe to prevent duplicated loads.

maybe some1 has a firm :rubberduck: which knows the problem or has even though of it before ? 😛

elfin mountain
#

solved, it is cached by the browser, AFTER the first load, ty sirs