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 performance of job tables #11

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

AndyObtiva
Copy link
Collaborator

@AndyObtiva AndyObtiva commented Nov 29, 2023

Optimize performance of job tables that rely on lazy enumerators, by paging through 25 jobs at a time instead of 1 job at a time.

This significantly shortens startup time, bringing it back to how it was when the app had only 1 tab.

…aging through 25 jobs at a time (instead of 1 job at a time)
@mperham mperham merged commit c4c9f02 into mperham:main Nov 29, 2023
1 check passed
@AndyObtiva AndyObtiva deleted the development branch November 29, 2023 02:10
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.

2 participants