Editor performance metrics
Experimental code to track Editor Full Page performance on some particular scenarios
yarn add @atlaskit/editor-performance-metrics
2.0.2
Patch Changes
-
#118627
964bf43e21dc5
- ### Patch ChangesRace Condition
This update fix a race condition between
Timeline.attemptFlushIdleBuffer
andTimeline.callOnNextIdleCallbacks
,- The
attemptFlushIdleBuffer
was cleaning the idle buffer before thecallOnNextIdleCallbacks
call the listerners.
Buffer size
This update increase the default buffer size from
1000
to3000
.Performance Observers
This update improves when the performance observer should starts the observation
- The
Experimental code to track Editor Full Page performance on some particular scenarios