Improve performance of the BeaconChain explorer #291
Labels
beacon chain
Involve BeaconChain
Epic
Group of issues
feature
New feature request
UI
Invole user interface
What happened?
When we go the BeaconChain explorer http://localhost:4000/explorer/chain/beacon, the initial rendering is quite long after fetch of the transaction chain.
We have a blank screen for 1-3 seconds and then the UI displays the list.
What is expected ?
Rendering should be as fast as possible, even asynchronous by updates if it's required.
We also need to check if the subscriptions is not causing any slowdown
Tasks
In subset, transaction attestations the slot is empty due to which async msg is not being sent to the node
But subscribed nodes are being broadcasted the tx when it occurs and it is being added to the slot
PR
The text was updated successfully, but these errors were encountered: