Website performance: loading markers on Google Map from a Google Fusion Table v/s locally stored JSON file -


why website performance improve when (for example, 100,000) markers loaded on google maps google fusion table versus loading markers locally stored json file storing same data

fusiontableslayer uses tile based rendering (the tiles rendered on google's server), loading datalayer json file doesn't, browser loads file locally, renders data.


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -