Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart bundle loading #29

Open
kennethkufluk opened this issue Aug 5, 2014 · 0 comments
Open

Smart bundle loading #29

kennethkufluk opened this issue Aug 5, 2014 · 0 comments
Assignees

Comments

@kennethkufluk
Copy link
Collaborator

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants