Use this when React DevTools Profiler shows a component re-rendering excessively or list scrolling feels janky. Paste the component code to identify unnecessary re-render causes and get before/after optimization suggestions using useMemo, useCallback, and lazy loading.