coldpotato
Newbie
- Aug 25, 2017
- 2
- 0
Just looking at some of the performance stats for various websites I manage and one of the reocurring themes is that of external js causing massive performance issues.
This lead me to consider whether it would be feasible to create a website called 'extjs.com' for example, whereby you could:
1) input all the links to your external .js files eg fontawesome etc
2) compile & minify them into a single .js and host it there at extjs.com/mysinglejsfile.js
3) include only this external js file in the theme of each webpage
This could be further improved by having the ability to automatically check for newer versions of scripts and compile and minify on a regular basis with some history/versioning options in case things don't go to plan.
Does this already exist somewhere in the world or would there be limitations to this idea?
I'm no developer by the way, but have dabbled with wordpress, silverstripe and magento and have some basic understanding of dev stuff.
This lead me to consider whether it would be feasible to create a website called 'extjs.com' for example, whereby you could:
1) input all the links to your external .js files eg fontawesome etc
2) compile & minify them into a single .js and host it there at extjs.com/mysinglejsfile.js
3) include only this external js file in the theme of each webpage
This could be further improved by having the ability to automatically check for newer versions of scripts and compile and minify on a regular basis with some history/versioning options in case things don't go to plan.
Does this already exist somewhere in the world or would there be limitations to this idea?
I'm no developer by the way, but have dabbled with wordpress, silverstripe and magento and have some basic understanding of dev stuff.