Hi all, I have a suitelet that loads SalesOrder and Support cases - the user does a form submit which triggers the SO and support case load depending on some conditions. I noticed the response that is returned is rather very slow. So, I contacted NetSuite support and they told me that because it loads and submit SO, it calls all scripts that are deployed on SO records. So, they suggested to go to each of these scripts and add a condition that if context == 'Suitelet' then exit out of the script. Not sure if this is the best approach or any other approach we can take?