Expose Render Blocking Status in Resource Timing
- Mentors
- Yoav Weiss, Hao Liu
- Organization
- Chromium
- Technologies
- javascript, c++, html, css
- Topics
- web
Render blocking nature of resources is important to pre-emptively pinpoint exactly at which point content will be rendered on screen. The render blocking status is currently determined by making use of heuristics to understand which resources block render. The project aims to document in the formal specification the conditions which a resource would block render and provide an API to know the exact classification(with regards to render-blocking) that was done.