-
Notifications
You must be signed in to change notification settings - Fork 105
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
Feature request - Lazy load objectManager.js #368
Comments
Interesting. Could you show full sample? |
I don't want to include js script in index.html as I'm using google maps only later in the app and I want my initial load time to be small - I don't want script evaluation to take CPU time. https://stackoverflow.com/a/67536500/5909875 functions need to be exported for this module to use them though, And in order for module to access other javascript files, you need to import them directly in js file |
Created #370 |
Does it have any meaningful impact? Whats it the main motivation? |
Motivation - reduce initial load of js files (reduce network bandwidth and script evaluation) |
Do you metrics? |
Hey,
Is there an option to load objectManager.js only when it's needed?
The text was updated successfully, but these errors were encountered: