I have various javascripts that are necessary plugins in one of my WordPress domains, and I know where in the php file it\'s called from.
I\'m taking every measure I
Incorporate the async attribute to the scripts so that they are only loaded once the whole page is loaded
async
Source:Here