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

Optimize app performance (first pass) #172

Merged
merged 3 commits into from
Jul 2, 2023
Merged

Conversation

bartolomej
Copy link
Member

@bartolomej bartolomej commented Jul 2, 2023

Implemented in the scope of: onflow/developer-grants#150

Changes:

  • our object counter hook was polling all project objects at all times, which introduced a lot of requests and consequentially slowed down other requests
  • tweaks to our interval scheduler
  • optimise well-known account processing for managed emulator

…f requests

Layout will be completely adapted either way in the future (with counters removed).
Only process well-known accounts once - after emulator APIs are started.
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.

1 participant