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

Slow Google Maps API Bundle #451

Open
Allcharles opened this issue Sep 7, 2020 · 0 comments
Open

Slow Google Maps API Bundle #451

Allcharles opened this issue Sep 7, 2020 · 0 comments
Assignees
Labels
architecture Architectural changes to the software bug Something isn't working triage:low Low priority issue or pull request

Comments

@Allcharles
Copy link
Contributor

Application is set so that it will error out if the google maps API bundle fails to load. This is because it makes the assumption that the key is invalid if the bundle fails. However, this assumption is false in the face of slow internet downloads, where the user may take 10+ seconds to download the bundle. Currently, the system uses a promise which polls the google maps bundle to verify if it has been loaded every 0.5 seconds up to 2.5 seconds. This time limit should either be extended, or replace with a solution which better determines if the bundle is still loading/failed/completed.

@Allcharles Allcharles added bug Something isn't working architecture Architectural changes to the software labels Sep 7, 2020
@Allcharles Allcharles self-assigned this Sep 8, 2020
@Allcharles Allcharles added the triage:low Low priority issue or pull request label Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Architectural changes to the software bug Something isn't working triage:low Low priority issue or pull request
Projects
None yet
Development

No branches or pull requests

1 participant