GoogleChromeLabs / tooling.report

tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
https://tooling.report
Apache License 2.0
847 stars 49 forks source link

How can I remove unused JavaScript from my website? #402

Closed Skyadav1996 closed 3 years ago

Skyadav1996 commented 3 years ago

My website www.studentsofeconomics.com shows the error of "remove unused javascript". Can I resolve this?

ajayrpatil1713 commented 3 years ago

How can I remove unused JavaScript from my website?

jakearchibald commented 3 years ago

The extra JS is likely part of a module or library that you're only using a small part of. This will help you identify it https://developers.google.com/web/tools/chrome-devtools/coverage

ajayrpatil1713 commented 3 years ago

Thank u so much..

On Thu, 28 Jan, 2021, 12:36 PM Jake Archibald, notifications@github.com wrote:

Closed #402 https://github.com/GoogleChromeLabs/tooling.report/issues/402.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GoogleChromeLabs/tooling.report/issues/402#event-4259503732, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASUD63IOIKNY6K3CM5KJDR3S4EEF7ANCNFSM4WCK52KQ .