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

[NET] Optimized Map Performance and Implemented Caching for Map Data #1791

Merged
merged 3 commits into from
Jan 6, 2024

Conversation

OchiengPaul442
Copy link
Contributor

Summary of Changes (What does this PR do?)

  • Optimized map performance. Improved map loading speed during zoom and drag operations.
  • Implemented caching mechanism: Introduced localStorage caching for map data to handle delayed API responses. The cache is updated every 24 hours. Cached data is used as a fallback until the API returns a successful response, at which point the state is updated with the new data and reflected on the map.

Status of maturity (all need to be checked before merging):

  • I've tested this locally
  • I consider this code done
  • This change ready to hit production in its current state

Screenshots (optional)

image

Copy link
Contributor

github-actions bot commented Jan 6, 2024

New netmanager changes available for preview here

Copy link
Contributor

github-actions bot commented Jan 6, 2024

New netmanager changes available for preview here

@Baalmart Baalmart merged commit 0fc4f65 into staging Jan 6, 2024
27 checks passed
@Baalmart Baalmart deleted the netmanager-map-improvements branch January 6, 2024 16:42
@Baalmart Baalmart mentioned this pull request Jan 6, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants