You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add timing instrumentation to LoadingOverlay
Track key milestones in the WebIframe loading pipeline:
- Runtime (web-core + web-elements) initialization
- Template URL assignment and shadowRoot polling
- First content render detection (via MutationObserver or fallback timeout)
This diagnostic data helps identify whether the 5s fallback timeout is actually
triggering, and if the observer is missing early DOM insertions.
0 commit comments