[GH-ISSUE #1890] UI Hangs when fetching "big" response #601

Closed
opened 2026-03-16 16:19:31 +03:00 by kerem · 4 comments
Owner

Originally created by @demfabris on GitHub (Oct 19, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1890

Big responses hangs the UI. It doesn't completely freeze but it turns out to be unusable.
This happens either as PWA or in the browser

Steps to reproduce the behavior:

  1. Open the webapp
  2. Make a request with a big JSON response, (my case it shows 200kb but not sure this is accurate)
  3. It hangs

Expected behavior
UI should warn that the payload is too big to display and not hang

Screenshots
image

Desktop:

  • OS: Windows 10
  • Browser Brave (with all ads/script blocking disabled)
  • Chromium 94
Originally created by @demfabris on GitHub (Oct 19, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1890 Big responses hangs the UI. It doesn't completely freeze but it turns out to be unusable. This happens either as PWA or in the browser Steps to reproduce the behavior: 1. Open the webapp 2. Make a request with a big JSON response, (my case it shows 200kb but not sure this is accurate) 3. It hangs **Expected behavior** UI should warn that the payload is too big to display and not hang **Screenshots** ![image](https://user-images.githubusercontent.com/46208058/137951174-7500476d-d6f0-4d0e-bf1a-680161d9eb36.png) **Desktop:** - OS: Windows 10 - Browser Brave (with all ads/script blocking disabled) - Chromium 94
kerem 2026-03-16 16:19:31 +03:00
Author
Owner

@liyasthomas commented on GitHub (Oct 20, 2021):

Do you have an estimate of the response size which resulted in hang.

<!-- gh-comment-id:947197808 --> @liyasthomas commented on GitHub (Oct 20, 2021): Do you have an estimate of the response size which resulted in hang.
Author
Owner

@demfabris commented on GitHub (Oct 20, 2021):

Yea it is about right. ~200kb

<!-- gh-comment-id:947201278 --> @demfabris commented on GitHub (Oct 20, 2021): Yea it is about right. ~200kb
Author
Owner

@liyasthomas commented on GitHub (Oct 20, 2021):

Thanks for providing the details. We'll look into our supporting libraries and see if there's any issues with responses of this size. Anyway will introduce an apt prompt if it exceeds the limit.

<!-- gh-comment-id:947202095 --> @liyasthomas commented on GitHub (Oct 20, 2021): Thanks for providing the details. We'll look into our supporting libraries and see if there's any issues with responses of this size. Anyway will introduce an apt prompt if it exceeds the limit.
Author
Owner

@liyasthomas commented on GitHub (Nov 15, 2021):

We've updated the CodeMirror editor (the library which we use in Hoppscotch) to v6. This has bought several performances boost to the render engine and now handles responses with more than 200kb. Hence closing.

<!-- gh-comment-id:968805501 --> @liyasthomas commented on GitHub (Nov 15, 2021): We've updated the [CodeMirror](https://codemirror.net/6) editor (the library which we use in Hoppscotch) to v6. This has bought several performances boost to the render engine and now handles responses with more than 200kb. Hence closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#601
No description provided.