We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During initial render of a component the render.component subscription event does not include the compilation and module lookup times.
render.component
As this only happens the first time a class of component is rendered, it should likely be a new event. Maybe render.compile or render.setup.
render.compile
render.setup
Flame graph demonstrating the unclaimed time. Note: the darker/bolder highlights this unclaimed time.
For reference, we noticed this while authoring ember-perf-timeline addon
@hjdivad & @stefanpenner
The text was updated successfully, but these errors were encountered:
Seems good to me, likely fine to PR so we can review specific details...
Sorry, something went wrong.
Should be relatively straight forward, maybe someone has spare cycles to do this. (I don't really have cycles)
Successfully merging a pull request may close this issue.
During initial render of a component the
render.component
subscription event does not include the compilation and module lookup times.As this only happens the first time a class of component is rendered, it should likely be a new event. Maybe
render.compile
orrender.setup
.Flame graph demonstrating the unclaimed time. Note: the darker/bolder highlights this unclaimed time.
For reference, we noticed this while authoring ember-perf-timeline addon
@hjdivad & @stefanpenner
The text was updated successfully, but these errors were encountered: