Skip to content

Smart bundle loading #29

Description

@kennethkufluk

When you load a module it checks:

  1. have i already loaded it?
  2. is it already loading?
  3. 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.

  1. have i already loaded it?
  2. is it already loading?
    -> 3) is it loading as part of a bundle?
  3. is it in a bundle?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions