googlearchive / js-info-bubble

A library for customizable CSS3 InfoWindows in the Google Maps JavaScript API v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve render performance

aganglada opened this issue · comments

I find out there is a lot there is a lot going on when attaching an Info bubble to the markers.
I have some ideas/suggestions to improve the performance of it:

  • Using only one element and changing the content dynamically.
  • Lazy loading render when mouseover.
  • Improve the code pref on render.

I may add more things on the process.