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

Perf/improve ath calculation performance #1394

Merged
merged 6 commits into from
Nov 29, 2023
Merged

Conversation

Torresmorah
Copy link
Collaborator

@Torresmorah Torresmorah commented Nov 28, 2023

Improve Response Time

What does this PR do?

  • Resolve Load speed in jungle #1395
  • Solve the problem related to hasura response time in jungle evm
  • Get the second with the maximun transactions from the last 30 minutes instead of all blocks from the DB to update the ATH
  • Get the second with the maximun transactions from the current old blocks to update the ATH
  • Increase the timeout when the synchronization of old blocks ends

Steps to test

  1. Run the project locally with evm configuration
  2. Check the ATH calculation

@Torresmorah Torresmorah self-assigned this Nov 28, 2023
@Torresmorah Torresmorah changed the title Perf/improve ath calculation Perf/improve ath calculation performance Nov 28, 2023
Copy link
Collaborator

@xavier506 xavier506 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xavier506 xavier506 merged commit 3e816ae into dev Nov 29, 2023
4 checks passed
@xavier506 xavier506 deleted the perf/improve-ath-calculation branch November 29, 2023 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load speed in jungle
2 participants