If we have 20 UserEvent Script on a record, and out of 20 if lets say 10 are deployed but the script is inactive, does it affect the performance of the record?
c
Chris Deakin
08/05/2022, 11:00 AM
Adding any scripts effects performance. At the end of the day the database has to get the record to see if its active etc. Although a minuscule amount of time it is time and if called 200,000+ times a day it would eventually be noticeable!
r
raghav
08/05/2022, 11:02 AM
Expected the same, that's why already undeployed them as well, just wanted to make sure.
Thanks