Skip to content

Conversation

@sebmarkbage
Copy link
Collaborator

There's a lot of overlap between enableComponentPerformanceTrack and enableAsyncDebugInfo because they both rely on timing information. The former is mainly emit timestamps for how long server components and awaits took. The latter how long I/O took.

enableAsyncDebugInfo is currently primarily for the component performance track but its meta data is useful for other debug tools too. This promotes that flag to stable.

However, enableComponentPerformanceTrack needs more work due to performance concerns with Chrome DevTools so I need to separate them. This keeps doing most of the timing tracking on the server but doesn't emit the per-server component time stamps when enableComponentPerformanceTrack is false.

@sebmarkbage sebmarkbage requested review from eps1lon and gnoff July 25, 2025 03:09
@github-actions github-actions bot added the React Core Team Opened by a member of the React Core Team label Jul 25, 2025
@sebmarkbage sebmarkbage merged commit 99be14c into facebook:main Jul 25, 2025
245 of 247 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants