Add performance.measure
for SSR hydration in dev
mode #4932
Open
Description
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.