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

Performance improvements #164

Open
timomayer opened this issue Apr 1, 2020 · 1 comment
Open

Performance improvements #164

timomayer opened this issue Apr 1, 2020 · 1 comment
Assignees
Milestone

Comments

@timomayer
Copy link
Member

Async load of files
Already collect data-resource from Dom and start loading the resources as early as possible (maybe suggest in documentationmove resource loader to of html)
...

@timomayer timomayer added this to the 3.0 milestone Apr 1, 2020
@timomayer timomayer modified the milestones: 3.0, 3.1 Apr 8, 2020
@timomayer timomayer modified the milestones: 3.1, 3.0 May 21, 2020
@timomayer
Copy link
Member Author

  • include resource loader as inline script (async) in head area of html
  • make the conditionalLoader self executing after loading
  • make the load not wait on the "ready" event but either use setInterval or mutation observer to scan for new DOM nodes with data-resource attribute and load them already

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

3 participants