mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #872] [Scripting] Import a huge file in a script takes a long time to response #867
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#867
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 @NghiaTranUIT on GitHub (Apr 29, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/872
Originally assigned to: @NghiaTranUIT on GitHub.
Description
If we import the file in the a Scripting, by using the following JS code:
If the file is a large file, the script might run slowly.
The reason is that Proxyman would perform two tasks:
As a result, it might take more than 20 seconds to respond if a file is ~2Mb.
We should fix it.
Acceptance Criteria
request.bodyFilePath = "~/Desktop/file.json", so Proxyman could get the binary directly without parsing twice@NghiaTranUIT commented on GitHub (Apr 29, 2021):
Beta: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.24.0_Better_File_Import_Scripting.dmg
Example: