Hi team,
OSP force to download _osjs.js files for each modules with different URLs, even these files are totally same. Can you put the js on the common url to be cachable?
Our clients are using CDN to reduce the FE requests, but this design is preventing effective cache.
For example, I hope these common files should be put on the url like following.
https://{domain}/common/_osjs.js?10_0_200_0
Then all modules will call this js, so that CDN/Browser cache will work more.
Thanks and Regards,