[GH-ISSUE #1736] Improve performance when rendering a huge dataset #1728

Open
opened 2026-03-03 19:53:50 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Aug 10, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1736

Originally assigned to: @NghiaTranUIT on GitHub.

Description

When rendering a huge table view (1000 rows), the current version might consume a lot of memory since it stores the all data in memory.

We should refactor it.

Acceptance Criteria

  • Compute the data on demand -> Only compute when it's going to display and don't need to store the data.
  • Fix Race Condition issue if needed
Originally created by @NghiaTranUIT on GitHub (Aug 10, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1736 Originally assigned to: @NghiaTranUIT on GitHub. ## Description When rendering a huge table view (1000 rows), the current version might consume a lot of memory since it stores the all data in memory. We should refactor it. ## Acceptance Criteria - Compute the data on demand -> Only compute when it's going to display and don't need to store the data. - Fix Race Condition issue if needed
Author
Owner
<!-- gh-comment-id:1673238959 --> @NghiaTranUIT commented on GitHub (Aug 10, 2023): Beta: https://download.proxyman.io/beta/Proxyman_4.9.0_support_custom_status_code_in_Breakpoint.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#1728
No description provided.