bitshares / open-explorer

Open Source BitShares Blockchain Explorer
https://open-explorer.io
MIT License
20 stars 41 forks source link

limit or paginate some results in account #29

Closed oxarbitrage closed 6 years ago

oxarbitrage commented 6 years ago

there are some account pages like http://bitshares-explorer.io/#/accounts/cryptobridge or http://open-explorer.io/#/accounts/1.2.0 by the huge number of referrers they have.

oxarbitrage commented 6 years ago

added pagination to referrers in this commit: https://github.com/oxarbitrage/open-explorer/commit/4e0b87ee5b8d6d8cffd8a4c1816ce89789a4a551

this will allow to load the heavy referrers account pages fine and probably increase overall performance.