GoogleChrome / GoogleChrome/lighthouse
"Uses inefficient cache policy on static assets" rule should group by path
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
The current "Uses inefficient cache policy on static assets" list is not very actionable (excerpt of [an actual audit](https://builder-dot-lighthouse-ci.appspot.com/report.1531735495838.html)):

Can Lighthouse try to group them by *origin* and *path*?
- Oftentimes *per-origin* grouping already allows users to see if they *can't* change things (true third-party like securepubads.g.doubleclick.net) or if they in fact can do something about it (sharded third-party like cdn.example.com).
- Based on that, *per-path* grouping then reveals common patterns (like cdn.example.com/assets has 30 days vs. cdn.example.com/static/icons has 24h).
Contributor guide
Assessment
This issue has not been assessed yet.