GoogleChrome / GoogleChrome/lighthouse
Improve fidelity of render blocking resources savings estimate
Open
internals
P3
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
**Summary**
Our savings estimate for render blocking resources could be more accurate. We currently assume all of an assets dependencies could be inlined when that's likely not what's going to happen. i.e. the referenced font asset won't become inlined just because you inline the CSS.
*Note:* Created from a TODO in code so it can be more visible and properly prioritized
Contributor guide
Assessment
This issue has not been assessed yet.