Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome devtools audits tab does not show

Tags:

My version of google chrome is 83.0.4103.116 (Build oficial) (64 bits) (cohort: Stable)

But audits tab does not show on devtools.

DevTools without audit option

Any idea of how enable audit tab?

like image 940
Byron2017 Avatar asked Jul 01 '20 12:07

Byron2017


People also ask

Where is the Audits tab in Chrome dev tools?

Capturing the Baseline To create a baseline snapshot first start Developer Tools ( Option+Command+I on MacOS) and then select 'Audits' item from the '>>' menu. The Audit feature displays various capabilities and options within the Dev Tools pane in the browser window.

Where is audit in Chrome?

Click the Audits tab. Click Perform an audit. Click Run audit. Lighthouse sets up DevTools to emulate a mobile device, runs a bunch of tests against the page, and then displays the results in the Audits panel.

How do I enable DevTools in Chrome?

Chrome. To open the developer console window on Chrome, use the keyboard shortcut Ctrl Shift J (on Windows) or Ctrl Option J (on Mac). Alternatively, you can use the Chrome menu in the browser window, select the option "More Tools," and then select "Developer Tools."


1 Answers

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

Just use Lighthouse.

like image 107
Salah Avatar answered Sep 28 '22 04:09

Salah