Via T315547: Add an auto-refresh mechanism to the nearby feature we added an auto-refresh feature. The way it's currently implemented means it can potentially pile up hundreds if not thousands of nearby points. Every time the map is moved or zoomed up to 50 new points are added. (Usually much less when the map still shows parts of the previous area.) The only situation points are removed is when the zoom level is changed multiple steps in or out. The threshold for this is currently >3 steps.
Task:
- Find out how much the browser slows down when there are thousands of nearby points.
- If possibly, test with a low-end device like a tablet.
- Find a sweet spot where it starts to feel bad for the user.