-
Notifications
You must be signed in to change notification settings - Fork 769
UX Profiler chrome extension #1391
Comments
Added "Combined asynchronous stack trace popup", similar to that MS highlighted for their VS 2013 release. It's also integrated with angular 1.x $evalAsync. You can see it in action with angular tutorial demo. Here is a screenshot: |
Neat. We haven't traditionally covered extensions in depth here, so I'll leave it up to the team to decide. I'm curious - is there a particular class of applications your UX profiler works well with? I'm also curious how well this works outside of specific frameworks (e.g you demonstrate using it with Angular - does it work equally as well with Polymer or React?) |
@addyosmani, well, this extension has a generic core, but this core has to be fed with data. To supply the data it has internal "plugins" specific to the technology. At the moment I have plugins for browser core api, AMD family, jQuery family, angular 1.x. |
@paulirish, I would be very grateful, if you could write few words about your experience. Did you miss something? Was something not clear, fluent? |
The extension is successfully tested and certified to be used with React, Polymer and Ripple. |
I'm a creator of UX Profiler Chrome Developer Tools extension. It helps analyzing performance from user perspective by tracking and grouping browser activity (events, network, etc) caused by user action (e.g. click, keypress). Shows all the statistics and lets record profiles. I think this tool can be useful for the community and would like to write an article about it.
The text was updated successfully, but these errors were encountered: