The Application Performance Management (APM) SuiteApp enables you to see and manage the performance of your NetSuite customizations and business-critical operations.
Analyzing Scripts:
- We can adjust date ranges.
- Follow the navigation : Customization> Performance> Suitescript Analysis
- Then we can select individual scripts and analyze the performance based on the execution time etc. See the below graph we can also see the total time at the right of the screen. We can also hover through the bar graphs to see the execution time on each instance.
- We can choose only one script at a time. So comparing more than one script is not possible.
- We can see metrics about the individual entry points of each script
- These are the features of this tool.
Page Level Snapshots
- Page Time Summary
2. Page Time Details
Top ten slowest pages by user action over the last 14 days as of 8/21/2022.
Breakout of Runtimes on Sales Order Save Operation
| Column | Description |
| Date and Time | Date and time of the instance. |
| The email address of the user who is logged in when the operation was performed. | |
| Client | The time it took for the client to format and send the data to the NetSuite server, plus the time it took to display the data when the server responded. |
| Network | The time it took for the data to move back and forth between the client and the NetSuite server. |
| SuiteScript | The total time it took for all triggered scripts to run. |
| Workflow | The total time it took for all triggered workflows to run. |
| Server | The total page load time spent on retrieving information from the NetSuite server. |
| Total | The total request speed between all triggered scripts, triggered workflows, the client, and the network. |
| Page Time Details | Click the icon in this column to open the Page Time Details for the instance. For more information, see Using Page Time Details. |
| Profiler Details | Click the icon in this column to open the Profiler Details page. For more information, see Profiling Operations Performance. |