Files
gh-secondsky-sap-skills-ski…/references/script-performance-popup.md
2025-11-30 08:55:33 +08:00

16 lines
475 B
Markdown

# Script Performance Popup (2025.23)
Source: `help-portal-39b680bd2d914f0cbeb81638df3c9084.md`.
## Purpose
Analyze script execution performance in analytic applications.
## Usage
- Open the performance popup to inspect execution time and bottlenecks of recent script runs.
- Use after complex interactions to spot slow functions.
## Notes
- Combine with batching/pause-refresh patterns to improve slow sections.
- Re-run scenarios after optimization to compare results.