Add performance.measure
for SSR hydration in dev
mode
#4932
Labels
developer productivity
issues marked as such are intended to help developers to not trip down
enhancement
hydration
Having to do with hydration after SSR
Up for grabs
Issues that are relatively small, self-contained, and ready for implementation
The LWC engine generates spans in the Chrome devtools timeline through
performance.measure
in dev mode. The framework offers great coverage for client-side rendered components. It would be great to have the same coverage for SSR rehydrated components.Here is the trace of an LWR application mixing CSRed and SSR rehydrated components.
The text was updated successfully, but these errors were encountered: