Confirmed users
336
edits
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 29: | Line 29: | ||
Equipment Needs (Video projector already included): | Equipment Needs (Video projector already included): | ||
-------------------------------------------------------------------- | -------------------------------------------------------------------- | ||
Line 54: | Line 52: | ||
* Elad Alfassa | * Elad Alfassa | ||
* Ludovic Hirlimann | * Ludovic Hirlimann | ||
* Giorgio Maone | |||
* <insert name here> | * <insert name here> | ||
-------------------------------------------------------------------- | |||
LINKS FROM PRESENTATION: | |||
'''about:telemetry''' | |||
* about:telemetry addon: https://addons.mozilla.org/en-US/firefox/addon/abouttelemetry/ | |||
* After installing the extension, navigate to about:telemetry to see the stats | |||
* To see full SQL strings, change "toolkit.telemetry.debugSlowSql" to True in about:config | |||
* Full list of histogram names and descriptions: http://mxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/Histograms.json | |||
* To change the main thread hang threshold, change "hangmonitor.timeout" in about:config, e.g. a value of 1 represents a minimum hang of 1 second (default is 10 seconds) | |||
* Custom version of about:telemetry which shows main thread hangs: https://people.mozilla.com/~vdjeric/ping.telemetry.xpi | |||
* Description of custom version: http://blog.mozilla.org/vdjeric/2012/03/21/introducing-chrome-hang-reporting-and-the-symbolication-server/ | |||
* Telemetry backend with aggregate data: https://metrics.mozilla.com | |||
'''Slow-startup Logging''' | |||
* Slow Startup Logging extension: https://addons.mozilla.org/en-US/firefox/addon/slow-startup-logging/ | |||
* After installing the extension, navigate to about:slowstartup to see the data | |||
* Description of extension: http://nchaim-moz2012.tumblr.com/post/25647745019/slow-startup-logging-add-on | |||
'''Paint Flashing''' | |||
* To flash repainted areas in the browser, set "nglayout.debug.paint_flashing" to True in about:config | |||
* Example page with excessive repainting: http://www.mozilla.org/projects/firefox/prerelease.html | |||
'''Profiler''' | |||
* Reporting a performance problem: https://developer.mozilla.org/en/Performance/Reporting_a_Performance_Problem | |||
* Profiler documentation: https://developer.mozilla.org/en-US/docs/Performance/Profiling_with_the_Built-in_Profiler |