Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View 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.