mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #954] Waiting for the response body to display for a very long time #948
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#948
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 @Drovosek01 on GitHub (Aug 4, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/954
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.30.0 (23000)
macOS Version? (Ex. mac 10.14)
macOS 10.14.6 Mojave
I noticed that Proxyman shows the response body for a very long time, if the response is an xml file of about 5 megabytes in size. This happens if you look at the server response data on the "Raw" tab and on the "Body" tab.
In Postman, this response is displayed almost instantly.
To repeat this, send a GET request to this address:
https://cdn-ffc.oobesaas.adobe.com/core/v5/products/all?_type=xml&channel=ccm,sti&platform=osx10,osx10-64&productType=DesktopWith these headers:
I hope you will be able to speed up the display, because waiting is very annoying.
@NghiaTranUIT commented on GitHub (Aug 4, 2021):
Hey @Drovosek01 can you select the Body Tab on the Response Panel to see if it displays faster?
The body is using the CodeMirror view, which is the same as Postman. On the other hand, the Raw tab is using native NSTextView, which needs more improvement.
@Drovosek01 commented on GitHub (Aug 4, 2021):
@NghiaTranUIT to make it easier to understand, I recorded a video.
https://www.youtube.com/watch?v=aKuS7hjWW6c
P.S.
It would also be cool to add a download button "Save response to file" for the response body, as in Postman.
@NghiaTranUIT commented on GitHub (Aug 4, 2021):
You can download the response as a file too 👍
@NghiaTranUIT commented on GitHub (Nov 7, 2021):
Better performance on the Raw Tab with this beta build: https://github.com/ProxymanApp/Proxyman/issues/1056#issuecomment-962547135