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

Bug: Saved Groups Page Crashes with Many Groups (1000+) #56

Open
EitanGoldfrad opened this issue Jan 5, 2025 · 0 comments
Open

Bug: Saved Groups Page Crashes with Many Groups (1000+) #56

EitanGoldfrad opened this issue Jan 5, 2025 · 0 comments

Comments

@EitanGoldfrad
Copy link

The Saved Groups page crashes or becomes unresponsive when there are a large number of saved groups (e.g., 1000+). This issue likely stems from the lack of pagination, which causes all groups to load at once, overwhelming the browser and degrading performance.

Steps to Reproduce
Create or import a large number of saved groups via the API (e.g., 1000+).
Navigate to the Saved Groups page in the Growthbook UI.
Observe the crash or performance issues.

Expected Behavior
The Saved Groups page should load efficiently, regardless of the number of saved groups. Pagination or another optimization mechanism should prevent performance degradation.

Proposed Solution
Implement pagination for the Saved Groups page to limit the number of groups loaded at one time. A reasonable default, such as 20-50 groups per page, could balance usability and performance.

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

No branches or pull requests

1 participant