rvspt / GoogleMapsAPIv3Toolkit-QS

Initial Release
MIT License
9 stars 8 forks source link

Extension not deallocate memory from browser #5

Closed eduardodimperio closed 6 years ago

eduardodimperio commented 7 years ago

Hi,

Im using this extension and not a problem at all to implement, but as long i check and uncheck some States to pins positions, the consume of memory raise everytime until crash. Tha happen only on my browser, the server its ok. Follow the images.

maps_1check maps_2check maps_3check maps_4check maps_nocheck

rvspt commented 6 years ago

Rendering depends on consuming user browser's performance, which is heavily related to hardware power available and the web browser engine itself (not only of course, but these are key points). Reduce the number of points to display with drill/aggregation techniques and you should be ok.