Problem Statement
List practical RxJS/HTTP performance tips for Angular apps.
Explanation
Debounce fast inputs, cancel stale requests with switchMap, shareReplay stable data, use trackBy in lists, prefer OnPush change detection, chunk large results (pagination or virtual scroll), and cache idempotent responses via interceptors or state.