You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as inactive because it has not had activity for 20 days. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.
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?
The text was updated successfully, but these errors were encountered: