Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of the BeaconChain explorer #291

Closed
3 tasks done
Tracked by #146
ghost opened this issue Apr 27, 2022 · 3 comments
Closed
3 tasks done
Tracked by #146

Improve performance of the BeaconChain explorer #291

ghost opened this issue Apr 27, 2022 · 3 comments
Assignees
Labels
beacon chain Involve BeaconChain Epic Group of issues feature New feature request UI Invole user interface

Comments

@ghost
Copy link

ghost commented Apr 27, 2022

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

  • Investigate the possible bottlenecks
  • In the investigation I found out that there is duplication of transaction.
  • The p2p message for returning the tx's in slot contents is not working and the page 1 is empty even though there are tx's
  • Imporve the bottlenecks with some async or other possible mechanisms
  • Efficient way to fetch unsealed(unsummarized) beacon transactions.
    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
  • Need clearity on current slot with empty transaction_attestations list transactions by date from tx chain
  • Efficent way to fetch tx's with BeaconSummaries{} Msg

PR

@ghost ghost added bug Something isn't working UI Invole user interface beacon chain Involve BeaconChain Epic Group of issues feature New feature request and removed Epic Group of issues bug Something isn't working labels Apr 27, 2022
@ghost ghost unassigned blackode May 5, 2022
@apoorv-2204
Copy link
Contributor

Hey team! Please add your planning poker estimate with ZenHub @samuel-uniris @roychowdhuryrohit-dev

@apoorv-2204
Copy link
Contributor

Please add your planning poker estimate with ZenHub @Neylix

@AmodD
Copy link

AmodD commented May 23, 2022

Please add your planning poker estimate with ZenHub @imnik11

@ghost ghost added the Epic Group of issues label Jun 1, 2022
@ghost ghost closed this as completed Jun 10, 2022
@ghost ghost mentioned this issue Jun 27, 2022
18 tasks
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beacon chain Involve BeaconChain Epic Group of issues feature New feature request UI Invole user interface
Projects
None yet
Development

No branches or pull requests

4 participants