Fine Tune Web Apps with Google Speed Tracer
Speed Tracer is the latest offering from Google to analyze and fix problems with web apps.
Speed Tracer helps you to find out which portion of the code is consuming more time whether it is a javascript code or CSS module or DOM event handling or graphical interface etc.
To use Speed Tracer you have to move to Chrome developer channel first. Download and execute Google Chrome Channel Switcher to change to Developer Channel.
Now start Chrome with extension and api support with this flag –enable-extension-timeline-api
Either you can start this from command prompt by typing the full path like
C:\Users\UserName\AppData\Local\Google\Chrome\Chrome –enable-extension-timeline-api
or right click on the Google chrome shortcut go to properties and enter this in the target text box so that every time chrome will start with this setting.
More info about Speed Tracer is available here
Related posts: