16 lines
475 B
Markdown
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.
|
|
|