Optimizing content efficiency
The amount of data downloaded by apps continues to increase over time. To deliver great performance you must optimize data delivery as much as possible.
Critical rendering path
Optimizing the critical rendering path refers to prioritizing the display of content that relates to the current user action.
- Critical rendering path
- Constructing the Object Model
- Render-tree construction, layout, and paint
- Render blocking CSS
- Adding interactivity with JavaScript
- Measuring the critical rendering path with Navigation Timing
- Analyzing critical rendering path performance
- Optimizing the critical rendering path
- PageSpeed rules and recommendations
Rendering performance
Users notice if sites and apps don't run well, so optimizing rendering performance is crucial!
Performance codelab
In this codelab, you will learn how to identify and fix web app performance bottlenecks.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Terms of Service.
