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
Currently most of our page scripts run on every page load, which not only may be a performance hit but also lead to erroneous behavior. It would be interesting to have a better way to select which pages may be affected by a given script, a possibility would be to use regex, doing so on index.js's functionsToExecute (changing this to ts too :P).
The text was updated successfully, but these errors were encountered:
Currently most of our page scripts run on every page load, which not only may be a performance hit but also lead to erroneous behavior. It would be interesting to have a better way to select which pages may be affected by a given script, a possibility would be to use regex, doing so on
index.js
's functionsToExecute (changing this to ts too :P).The text was updated successfully, but these errors were encountered: