tarteaucitron.js
tarteaucitron.js copied to clipboard
Don't load the whole tarteaucitron.services.js file just to use one service
The tarteaucitron.services.js
file is starting to become quite big and is loaded on every page of our website.
That's a lot of JS to parse for the browser just to use one service.
Maybe it would make sense to split it in multiple files and only load files that correspond to enabled services?