etherparty / explorer

A lightweight ethereum block explorer
GNU General Public License v2.0
632 stars 400 forks source link

Implement lazy loading #19

Closed ethernomad closed 7 years ago

ethernomad commented 8 years ago

If the explorer is communicating with a remote node, it can take a really long time for the front page to load as there are multiple requests for each block.

It would be really great if the page was populated as the data came in instead of waiting for all of it.

whitj00 commented 7 years ago

Hi,

This explorer isn't really optimized to work with remote nodes well. I believe there are forks that are more up to date and would be best for this. If I have time I'll see if I can work on that