-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
not tracking build times correctly #642
Comments
@stefanpenner - Just to confirm, are you referring to build times (via |
stefanpenner
changed the title
no tracking build times correctly
not tracking build times correctly
May 7, 2014
both, they should show up as "page speed times" |
status? |
I made some fixes to leek. Tracking time seems to be tricky, reports do not reflect requests right away. Still looking into it. |
fixed via #934 |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect we not issuing the right events for rebuild times:
https://github.com/stefanpenner/ember-cli/blob/master/lib/utilities/build-watcher.js#L18-L35
(cc @twokul )
The text was updated successfully, but these errors were encountered: