mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b34b7cf9b30b2fe805a6d86012299c3b7b526672
In https://github.com/facebook/react/pull/30967 and
https://github.com/facebook/react/pull/30983 I added logging of the just
rendered components and the effects. However this didn't consider the
special Offscreen passes. So this adds the same thing to those passes.
Log component effect timings for disconnected/reconnected offscreen
subtrees. This includes initial mount of a Suspense boundary.
Log component render timings for reconnected and already offscreen
offscreen subtrees.
DiffTrain build for [6a4b46cd70](https://github.com/facebook/react/commit/6a4b46cd70d2672bc4be59dcb5b8dede22ed0cef)
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%