mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5883] [bug]: Desktop app has huge memory hog in Windows #2315
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#2315
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 @francescodedomenico on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5883
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Platform
Desktop App
Browser
Other (specify in additional info)
Operating System
Windows
Bug Description
What happened?
Hoppscotch Desktop app on Windows 11 has an huge resources consumption compared to the portable version.
The application won't start unless there is enough free RAM available, WebView2 runtime inflates up to 6GB during startup process. If not enough RAM is available the application hangs showing the spinnig wheel rotating in the main window.
The issue seems to be related to the handling of the Requests Collection , opening a portable version of Hoppscotch without any environment or requests opens almost instantly and has WebView2 runtime memory footprint of around 400MB, after reimporting my collections and restarting the portable version the Installed Desktop version behavior and memory consumption replicates.
Launching an HTTP GET request with a 3.43 json payload causes the consumed memory to have a 2x consumption, going from the steady 1.7GB to 3.6GB and shrinking back to 1.7GB once the request is completed and the response is parsed.
How to reproduce
System configuration
CPU: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 1.69 GHz
RAM: 16,0 GB
OS: Windows 11 Pro 23H2
Experimental features are completely disabled
Deployment Type
Hoppscotch Cloud
Version
26.1.1
@bart-acc commented on GitHub (Mar 16, 2026):
I can confirm this issue, updated the app to the newest version and problems began. Checked how much memory it consumes with 'performance monitor' and it peaks OVER 16 GIGABYTE!!! on startup on my 32Gig machine. So I've switched over to the portable version and it started in .1 sec without memory spikes.