mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1340] Serious performance problems were encountered when using request filtering #1335
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#1335
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 @chhpt on GitHub (Aug 27, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1340
Proxyman version? (Ex. Proxyman 1.4.3)
3.8.0
macOS Version? (Ex. mac 10.14)
macOS 12.5
Steps to reproduce
No
Expected behavior
No
Screenshots (optional)
This is a gif show that filter input was stuck when i try to type 'dispatch'.
PS:
@NghiaTranUIT commented on GitHub (Aug 27, 2022):
Can you Specify the filter scope instead of using "All"?
For example:
/metacan be used with URL Filter.The problem is: All will evaluate all, including URL, Header, Body, Status Code, and Color in both Request & Response. On the other hand, two filters would x2 the number of operations. Thus, it can slow down the performance.
@chhpt commented on GitHub (Aug 27, 2022):
@NghiaTranUIT I got it, thanks for your help.