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

Add virtualization to the collection list #6461

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

gatzjames
Copy link
Contributor

@gatzjames gatzjames commented Sep 7, 2023

changelog(Improvements): Improved performance for large request collections (e.g. >1000 to <5000 requests) through virtualization of the collection list.

learnings from this PR

  • database calls made in ther rendere have high response time variance, workspace loader could take 400-900ms to complete, when moved to main this variance was reduced to 220-120ms for the same work

@gatzjames gatzjames requested a review from a team September 7, 2023 13:25
@gatzjames gatzjames self-assigned this Sep 7, 2023
@gatzjames gatzjames force-pushed the feat/virtualize-collection-list branch from c6c56ed to 81f667e Compare September 7, 2023 13:26
@gatzjames gatzjames force-pushed the feat/virtualize-collection-list branch from 81f667e to 62be6fc Compare September 7, 2023 13:29
@jackkav jackkav merged commit 86b139d into Kong:develop Sep 7, 2023
7 checks passed
jackkav pushed a commit to jackkav/insomnia that referenced this pull request Nov 24, 2023
* add virtualization to the collection list

* remove logs
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.

3 participants