Improve SearchList performance by moving useOnyx connections from within render items up to the list level, following the pattern established in PR #63362.
Components to Optimize
SearchList with all search-specific items and filters
SearchAutocompleteList components
- Search filter components (SearchBooleanFilterBase, SearchFiltersBar, etc.)
ReportListItem, TransactionListItem, TaskListItem, 'ChatListItem` components within search context
SearchPageHeader and related components
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
Issue Owner
Current Issue Owner: @Pujan92
Improve SearchList performance by moving useOnyx connections from within render items up to the list level, following the pattern established in PR #63362.
Components to Optimize
SearchListwith all search-specific items and filtersSearchAutocompleteListcomponentsReportListItem,TransactionListItem,TaskListItem, 'ChatListItem` components within search contextSearchPageHeaderand related componentsTesting & Performance Validation
Issue Owner
Current Issue Owner: @Pujan92Issue Owner
Current Issue Owner: @Pujan92