-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
When you load a module it checks:
- have i already loaded it?
- is it already loading?
- is it in a bundle?
If not, it loads a bundle.
Sometimes, it is already loading a bundle which will contain the module, as a consequence of another module request. It can sometimes then load a different bundle. This results in the download of an excessive number of bundles.
Please change loadrunner so that loading a bundle puts a block on all modules within that bundle. It has this information available from the manifest.
- have i already loaded it?
- is it already loading?
-> 3) is it loading as part of a bundle? - is it in a bundle?
Metadata
Metadata
Assignees
Labels
No labels