Improve ReportActionsList performance by moving useOnyx connections from report display and media components up to the list level, following the pattern established in PR #63362.
Components to Optimize
ReportActionItemImage.tsx
ReportActionItemImages.tsx
ReportPreview.tsx
IssueCardMessage.tsx
Testing & Performance Validation
- Before Changes: Record performance traces using React Profiler
- After Changes: Record the same interactions
- Analysis: Import traces into https://kacper-mikolajczak.github.io/rcc/ with 'before' as baseline
- Share Results: Include performance comparison in PR
Issue Owner
Current Issue Owner: @Pujan92
Improve ReportActionsList performance by moving useOnyx connections from report display and media components up to the list level, following the pattern established in PR #63362.
Components to Optimize
ReportActionItemImage.tsxReportActionItemImages.tsxReportPreview.tsxIssueCardMessage.tsxTesting & Performance Validation
Issue Owner
Current Issue Owner: @Pujan92