Hello friends! I am currently auditing a Netsuite ...
# general
a
Hello friends! I am currently auditing a Netsuite instance which has been heavily customized over the last 10 years. Lots of hands in the cookie jar, and little to no documentation. One issue I am seeing is that it takes a very long time, up to a minute or so, to create a new sales order. I believe it is due to the dozens of user/client scripts attached to the SO. Other than going through these scripts one by one, does anyone know if there are good diagnostic tools out there for determining how long each script is taking to execute, or other performance metrics?
😬 1
So far the only technique I've come across is adding code to each script that would measure the execution time start to finish. But this would take some time to implement
r
Have you been using the NetSuite Performance Logs feature to identify what is causing the most delay? That would be a fair place to start, as it’s going to give you better identification of script performance numbers deployed to the scripted record.
Should be under ā€œCustomization -> Performanceā€ https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4304063537.html
a
OMG! This is exactly what I needed. TYVM!
šŸ‘ 2
r
It won’t help you identify issues in module dependencies, but should pinpoint what places to focus on.
a
This gets me 90% of the way there. Thank you so much!
šŸ‘ 1
a
If you've got ACS (potentially if not too) is it worth getting a health check done on the system? We've had one and found it very useful