Confirmed users
1,349
edits
No edit summary |
|||
Line 15: | Line 15: | ||
'''Avoid mozIJSSubScriptLoader''' | '''Avoid mozIJSSubScriptLoader''' | ||
Scripts imported this way do not use fastload and are loaded and evaluated from the original source every time loadSubScript is called. Convert any uses to proper modules if possible. | Scripts imported this way do not use fastload and are loaded and evaluated from the original source every time loadSubScript is called. Convert any uses to proper modules if possible. | ||
For more on how javascript modules work, check the [https://developer.mozilla.org/en/Using_JavaScript_code_modules MDC page]. | |||
==Memoization== | ==Memoization== |