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

Support parallel requests #173

Open
avaer opened this issue Jul 5, 2018 · 1 comment
Open

Support parallel requests #173

avaer opened this issue Jul 5, 2018 · 1 comment
Labels
dom enhancement New feature or request

Comments

@avaer
Copy link
Member

avaer commented Jul 5, 2018

Exokit hasn't supported (or really needed to support) parallelized dom load so far, but we've been seeing some timeout issues when resources like images and scripts load too slowly (serially) on the initial dom bootstrap.

This issue is to track adding support for parallel "running" of the html on load. This seems pretty simple; I think we just need to keep a refcount of the number of resources being loaded in parallel so we know when to emit DOMContentLoaded.

Note that things other than the initial dom load are already parallelized by node's I/O. This is just about the initial load.

@avaer avaer added enhancement New feature or request dom labels Jul 6, 2018
@avaer
Copy link
Member Author

avaer commented Aug 13, 2018

This one has gotten worse for some script-juggling load engines after we implemented properly wait for the manual script attach case in #317.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dom enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant