Initial commit
This commit is contained in:
15
references/script-performance-popup.md
Normal file
15
references/script-performance-popup.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user