Chrome has a Code Coverage tool. It shows you what CSS and JavaScript is being used on a page. You can run a coverage by re-indexing the page. This gives you a high-level overview of the scripts and css loaded. You could then use another tool to remove these lines from your code.

β€’2m read timeβ€’From h.daily-dev-tips.com
Post cover image
Table of contents
Finding the Chrome coverage toolRunning a coverage
6 Comments

Sort: