-
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit Playwright Profiling Infrastructure & DomEvents Optimization #9206
Copy link
Copy link
Closed
Labels
aiperformancePerformance improvements and optimizationsPerformance improvements and optimizationstesting
Description
Objective
Commit the Playwright Profiling infrastructure and configuration changes established during the investigation of #9194.
Tasks
- Playwright Config: Commit the updates to
test/playwright/playwright.config.e2e.mjs(memory limit increase). - Profiler Test: Commit
test/playwright/e2e/GridProfile.spec.mjs. - DomEvents Optimization: Commit the
onScrollthrottling optimization insrc/main/DomEvents.mjs(16ms).
Rationale
These tools and optimizations are valuable for future performance regression testing and baseline maintenance, even if they didn't solve the specific Desktop 30fps issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aiperformancePerformance improvements and optimizationsPerformance improvements and optimizationstesting