I have an application with multiple pages which loads dozens of external scripts.
Some pages include other pages, which means several scripts are loaded multiple times.
Is there any way I cold check which scripts are being loaded and then stop them from being loaded a second time? And improve performance.
Sorry I have no code examples, I am just beginning to tackle this issue.
Would anyone have any suggestions?