mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5562] Huge collection performance issue #2147
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kurkey on GitHub (Nov 5, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5562
We have more than 500 requests within one collection on Hoppscotch and the application is starting to work slowly while browsing through the collection. What I noticed is that Hoppscotch is writing everything to the single file (requests, environments, history). Is there a way to work differently with the file? The best way would be to split everything to keep in the separate file but I as far I checked I did not see such option.
Environment
Production
Hoppscotch Version
v2025.10.0
Interceptor
Native - Desktop App
Operating System
Windows
@lasyan3 commented on GitHub (Nov 17, 2025):
Hello, I second this. Even with only 7 requests opened the UI is slow to respond.
@rabbittsoup commented on GitHub (Jan 5, 2026):
Possibly related to #5539 ?