4What is the Critical Rendering Path and how do you optimize it?
The Critical Rendering Path is the sequence of steps browsers take to render a page: HTML parsing, CSS parsing, render tree construction, layout, and paint. Optimize by minimizing critical resources, reducing file sizes, and removing render-blocking resources.