fast icon indicating copy to clipboard operation
fast copied to clipboard

feat: add telemetry to the TemplateElement to detect how long hydration has taken

Open janechu opened this issue 8 months ago • 1 comments

🙋 Feature Request

Currently it is difficult to know how long hydration is taking, for tracking performance we should have a method to know when hydration has been achieved on any particular FASTElement as well as when hydration has been fully resolved.

Requirements

  • Use either a custom element or performance mark
  • This should only exist in the debug build

janechu avatar Jun 20 '25 17:06 janechu

This should be doable now that #7171 is complete.

radium-v avatar Nov 12 '25 00:11 radium-v