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

[MAP] - Performance improvement #417

Closed
bsoufflet opened this issue Apr 24, 2022 · 1 comment
Closed

[MAP] - Performance improvement #417

bsoufflet opened this issue Apr 24, 2022 · 1 comment
Assignees
Labels
Type: Bug Something isn't working as expected Type: Enhancement

Comments

@bsoufflet
Copy link
Contributor

bsoufflet commented Apr 24, 2022

When zooming at the entrance marker level on area with a lot of entrances (200+ markers) we could improve the performance by :

  • making the markers lighter (simple circle instead of image icon marker) ?
  • not attaching an already rendered popup and a tooltip to each marker and instead create the popup when we click the marker
  • OR do not attach the popup to each marker if there is too much markers and instead add in the tooltip that the user need to oom more to activate the popups
  • upgrade to the latest react-leaflet 4.0.0 + leaflet 1.8 versions
  • upgrade MUI to v5 (planed here [MATERIAL UI] Migrate to v5 #289) -> Bad material-ui Box performance mui/material-ui#21657 (comment)

@see #360

@bsoufflet bsoufflet added the Type: Bug Something isn't working as expected label Apr 24, 2022
@Clm-Roig Clm-Roig changed the title Map - Performance improvement [MAP] - Performance improvement May 7, 2022
@urien
Copy link
Contributor

urien commented Feb 26, 2023

Réalisé

@urien urien closed this as completed Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as expected Type: Enhancement
Projects
None yet
Development

No branches or pull requests

4 participants