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