[GH-ISSUE #599] Fix Poor performance on Background Alternative Row Color #596

Open
opened 2026-03-03 19:20:11 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Aug 28, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/599

Originally assigned to: @NghiaTranUIT on GitHub.

Description

At the moment, we have to manually draw the background for alternative rows in order to fit with a selected theme. However, it's poor performance in Profile and often eats 10% main thread CPU time.

We should remove it and find an alternative solution.

Acceptance Criteria

  • Remove Custom Alternative Row Color
  • Use NSView with color instead because the TableView can blend to the below background view.
Originally created by @NghiaTranUIT on GitHub (Aug 28, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/599 Originally assigned to: @NghiaTranUIT on GitHub. ### Description At the moment, we have to manually draw the background for alternative rows in order to fit with a selected theme. However, it's poor performance in Profile and often eats 10% main thread CPU time. We should remove it and find an alternative solution. ### Acceptance Criteria - Remove Custom Alternative Row Color - Use NSView with color instead because the TableView can blend to the below background view.
Author
Owner
<!-- gh-comment-id:682419993 --> @NghiaTranUIT commented on GitHub (Aug 28, 2020): Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.5.1_HideAppleTraffic_FixPerformanceTableView.dmg
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/Proxyman#596
No description provided.