Delay load js_strings for better page load
On every page load, language strings needed for the current page is loaded by default. Freqency of these strings changing is very less. Page load will have an impact as size of the language translation strings increases.
To overcome this issue, js_strings can be delay loaded and data can be cached at browser with proper cache headers to avoid unnecessary hits to server.