Em-Ant / fcc-options-app

Options Inc. web app development
Other
12 stars 8 forks source link

Increase performance of marker hovering #59

Closed andrealonzo closed 8 years ago

andrealonzo commented 8 years ago

After implementing clusters, when hovering over a lot of markers, the infowindows are slow to appear.

Some options:

  1. Only open marker infowindow when the user has put their cursor on the marker after a certain amount of time.
  2. Use the react profiler to figure out where the performance issues lie.