Answer
Performance debugging techniques include:
- Using Angular DevTools to inspect change detection
- Profiling DOM updates and rerenders
- Checking unnecessary subscriptions
- Auditing bundle size and lazy-loading usage
- Using browser Performance tools to identify bottlenecks