mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #432] Performance hit using Clear button under Activity list #429
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#429
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 @crankygeek on GitHub (Mar 9, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/432
Originally assigned to: @NghiaTranUIT on GitHub.
In 1.18.0, there's a bit of a performance hit when clearing the request activity history list using the Clear button. This seems to be new in this version.
Proxyman version?
Proxyman 1.18.0
macOS Version?
MacBook Pro (15-inch, 2016) macOS 10.14.6
Steps to reproduce
Expected behavior
List is cleared without a performance hit/beachball.
@NghiaTranUIT commented on GitHub (Mar 10, 2020):
Thank for the report. I will investigate it 👍
Btw, in the latest build 1.18.0 and 1.18.1, we update the "Clear Session" Tools, which will clear and reset all requests. It's handy tool to reset the session and release some memory 🙌
@crankygeek commented on GitHub (Mar 10, 2020):
Yeah, I noticed it while checking out the Clear session tool. FWIW, if I could optionally configure the button to run that command, I’d use that. ;)
@NghiaTranUIT commented on GitHub (Mar 28, 2020):
Fixed. I remove the serial queue in AsyncCocoaSocket, which improves the performance 👍
@NghiaTranUIT commented on GitHub (Mar 28, 2020):
Hi @crankygeek, in the latest build 1.20.0, I fixed it and add some improvement when processing some huge body data. As a result, the performance is better 😄
Let update it: https://github.com/ProxymanApp/Proxyman/releases/tag/1.20.0
@crankygeek commented on GitHub (Mar 30, 2020):
@NghiaTranUIT confirmed this is looking good in 1.20.0. Thanks!