mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5886] [bug]: Browser Freeze When Handling Large Variable Content in Hoppscotch #2316
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#2316
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 @iDschepe on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5886
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
Bug: Browser Freezes When Handling Large Variable Content
Description
When a variable in Hoppscotch contains a very large text value, the application initially remains responsive and usable. However, certain actions consistently cause the browser to freeze for an extended period.
Steps to Reproduce
Create or import a variable containing a very large text payload.
Open the Variables tab.
Attempt to edit either:
OR
With the large variable present, send any request (e.g., while the active view is the Body tab).
Expected Behavior
Actual Behavior
Impact
Severe usability degradation when working with large variable values. The application becomes temporarily unusable and blocks normal workflow.
Additional Information
A reproducible test case (importable configuration) and the exact variable content will be provided separately.
Test.json
htmlContent-var-sample.txt
Deployment Type
Hoppscotch Cloud
Version
No response
@hervekom37 commented on GitHub (Feb 18, 2026):
This looks like a UI blocking issue caused by rendering very large variable payloads in the browser.
As a workaround, storing large content externally or referencing files instead of inline variables may help.
Some teams handling large payload testing use Apidog, which processes large bodies without freezing the UI.