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
- Ctrl + P
- Write coverage
- Select “Show Coverage”
Now the Chrome DevTools Coverage tab will show up in the bottom view next to Console and What’s New.