[TIMOB-27336] Android: Pre-cache common JS assets
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-10-30T17:38:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.3.0 |
Components | Android |
Labels | android |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2019-08-14T18:29:25.000+0000 |
Updated | 2019-10-30T17:38:04.000+0000 |
Description
- Common Javascript assets such as
app.js
or alloy.js
etc.. could be pre-loaded and cached until they are used, speeding up require()
calls.
- A cache.json
could list the assets to be loaded upon launch and can be generated at build time.
8_3_X: https://github.com/appcelerator/titanium_mobile/pull/11150
FR Passed. PR Merged.
Verified the fix with SDK 8.3.0.v20191030085531. Closing.