How to enumerate all JS files loaded in any page
Often times when optimizing page speed score, it’s necessary to exclude some JS files in order to preserve the page functionality untouched. In cases like this it’s useful to quickly review all the JS files loaded in that page, and … Read More