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

Cache fetch promise and clear on error #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcphill
Copy link
Contributor

@jcphill jcphill commented Aug 2, 2023

No description provided.

@jcphill
Copy link
Contributor Author

jcphill commented Apr 12, 2024

Please merge this small change. It eliminates redundant fetches by moving the fetch inside of the request, which is cached. If the fetch fails the request is removed from the cache so that the fetch will be retried if there is another attempt to load the tile.

@jcphill
Copy link
Contributor Author

jcphill commented Dec 14, 2024

@constantinius please consider merging this small performance fix that eliminates redundant fetches.

@sguimmara
Copy link
Contributor

This fixes does eliminate duplication, but only if the tile cache is enabled, which is not always the case due to this bug: #382

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

Successfully merging this pull request may close these issues.

2 participants