Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to determine what js files are being used by my WP Theme, to remove useless oens Re: How to determine what js files are being used by my WP Theme, to remove useless oens

#135786
Alen
Participant

> how does this tell me if their actually being used by something on the page?

You have to figure that out. Are you running any components that rely on JavaScript? Menu?

If you are running small size website, I would just concatenate and pre load all the scripts.

How many files are we talking about? What is the size in KB?