This article will guide you in reporting a performance problem using the Gecko Profiler extension. There is also a video tutorial if you prefer it over reading.
Setting up the Gecko Profiler extension
- Download and start the nightly build for your platform. You will have to close all running instance(s) of Firefox before launching nightly.
- Nightly is a development version, which may contain bugs, so test with a new profile or back up your data.
- Verify that it is running correctly by going to 'About Nightly' by looking for 'nightly' as the update channel (3rd line). The icon should be a blue globe.
- Download and install the latest version of the Gecko Profiler extension
- The profiler extension will show up in the top right of the URL bar as a globe icon (if not, drag it there from the Customize window).
- Remember to disable or uninstall the extension if you're not using it.
Using the Add-on
Once installed, the profiler becomes active immediately (the icon being blue indicates it is active). The profiler uses a fixed size buffer to store sample data. When it runs out of space in its buffer, it discards old entries so you may want to increase the buffer size if you find you are unable to capture the profile quickly enough after you notice a performance problem. In the Settings part of the UI you can adjust the size of the buffer (presently defaults to 9 MB) and the time interval between data collection (presently defaults to 1 ms). Note that increasing the buffer size uses more memory and can make capturing a profile take longer.
Using the keyboard shortcuts is often more convenient than using the mouse to interact with the UI:
Ctrl+Shift+1
- Start/Stop the profilerCtrl+Shift+2
- Take a profile and launch Cleopatra to view it
Capturing and sharing a profile
- Reproduce the performance problem. If possible let the problem manifest itself for 5-10 seconds.
- PressĀ
Ctrl+Shift+2
or click on the 'Globe' icon in the top right and select 'Capture Profile'. Try to do this within a few seconds from reproducing the performance problem as only the last few seconds are recorded. If the timeline has a large red block it's a good sign.
- The data will open in a new tab. There will be a button in the top righ labelled 'Share' which will upload this profile and once completed will write out a link. Copy this URL to your clipboard by right clicking and add the profile URL to the bug for your performance problem and/or send it to the appropriate person. Try to give some context about what you were doing when the performance problem arose such as the URL you were viewing and what actions were you doing (ex. scrolling on gmail.com).