google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.86k stars 2.57k forks source link

Extend coverage to cover more pages of a site or the whole site instead of a single page #8091

Open tbazant opened 5 years ago

tbazant commented 5 years ago

Welcome! Please use this template for reporting documentation issues on https://developers.google.com/web/.

This page https://developers.google.com/web/tools/chrome-devtools/coverage/ describes how to find unused CSS/JS files within a page. It would be great if a user could hit the red button to start the coverage, then click thru the web pages, then stopped the instrumentation with the red button and see used/unused lines of code for the group of pages thay went thru summarized.

Tomáš

connerturner commented 5 years ago

For devtools feature requests please use the chrome-devtools mailing list or file a new bug on crbug :)

This repo is only for documentation issues in WebFundamentals