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

Bring back prefetching #5

Closed
zbraniecki opened this issue Dec 21, 2020 · 1 comment
Closed

Bring back prefetching #5

zbraniecki opened this issue Dec 21, 2020 · 1 comment

Comments

@zbraniecki
Copy link
Contributor

JS implementation of L10nRegistry is offering an ability to "prefetch" resources basically triggering the initial load as soon as the list of resources is known.

This allows the l10n resources to be fetched and parsed in parallel with document parsing, instead of fetching starting only after the document has been parsed.

With migration to Rust we can do better. We can allow for single-resource triggers (prefetch_resource) triggered as soon as <link/> is read.

@zbraniecki
Copy link
Contributor Author

Prefetching is now available.

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

1 participant