Also loading of POIs for 8192 map takes like 15 seconds.
I see (from performance logging tool in chrome devtools) that this seems to be caused by creating ~150000 nodes, then about 1000 event listeners.
It may be so that you could add only event listener to a containing div for mousemove to improve performance?
Also loading of POIs for 8192 map takes like 15 seconds.
I see (from performance logging tool in chrome devtools) that this seems to be caused by creating ~150000 nodes, then about 1000 event listeners.
It may be so that you could add only event listener to a containing div for mousemove to improve performance?