How to Audit Multiple Pages with Chrome Developer Tools

How to get Chrome's vintage audit panel in 2017? (How to use Chrome's Audit tool to remove unused CSS?)

To get the old audit panel:

  1. Open developer tools at first by pressing f12 or Ctrl + Shift + I
  2. Open the Command Menu (Cmd+Shift+P (or Ctrl+Shift+P)).
  3. Start typing "Legacy".
  4. Select "Show Legacy Audits".

Chrome devtools audits tab does not show

The Audits tab does not exist anymore, it has been replaced with Lighthouse (See What's new in DevTools (Chrome 83)).

Just use Lighthouse.

Chrome's Dev Tools Audit pass lists styles only added by jQuery

Web Page Performance Audit is very simple and can't possibly cover all states that your complex web page can be in. "Remove unused CSS rules" is a suggestion for you that something might need optimization. Please note that even google page has ~60% of rules that are unused (according to the audit report).

Web Page Performance Audit results for google.pl



Related Topics



Leave a reply



Submit