You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cart performance measurement to exclude debounce delays
- Move CartPerformance marker creation to start of updateQuantity operation
- Replace measureFromEvent with measureFromMarker in finally block
- Exclude 300ms debounce delay from user-action measurements
- Prevent tab backgrounding from inflating P90 metrics
- Align with Horizon theme's correct measurement approach
This fixes unrealistic P90 times (17+ seconds) by measuring only actual
network and DOM processing time, excluding artificial delays.
0 commit comments