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

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -

python - Alternative to referencing variable before assignment -