How to open the Coverage tab in the Chrome DevTools

The Coverage tab in Chrome DevTools can find unused JavaScript and CSS code which can identify unused code and essentially speed up your page load. You know how to open the Chrome DevTools (F12) But the Chrome DevTools Coverage tab is not showing up?

Solution

Fear not. You just have to show in the drawer by searching for it

  1. Ctrl + P
  2. Write coverage
  3. Select “Show Coverage”
How to open the Coverage tab in the Chrome DevTools

Now the Chrome DevTools Coverage tab will show up in the bottom view next to Console and What’s New.

How to open the Coverage tab in the Chrome DevTools