Performance: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add back the performance bug triage guideline)
(Replace outdated Android perf & Triage sections with links near the top to their specific pages)
Line 7: Line 7:
* [[TestEngineering/Performance|Performance Test Engineering]]
* [[TestEngineering/Performance|Performance Test Engineering]]
* Performance Tools Engineering
* Performance Tools Engineering
Here are some related pages you may be interested in:
* [[Performance/Fenix]]
* [[Performance/Triage]]


==Measuring & improving Firefox performance==
==Measuring & improving Firefox performance==
Line 31: Line 35:
** [[Tracing VirtualAlloc With Xperf]]
** [[Tracing VirtualAlloc With Xperf]]
* [https://github.com/chutten/statuser Statuser]: Restartless Firefox extension for as-it-happens hang monitoring.
* [https://github.com/chutten/statuser Statuser]: Restartless Firefox extension for as-it-happens hang monitoring.
=Android Front-end Performance group=
The Android Front-end Performance group focus on improvements to performance of the JVM portions of Android applications as opposed to the platform performance group that focuses on platform (i.e. Gecko) performance.
=== Performance on Fenix ===
* [https://wiki.mozilla.org/Performance/How_to_get_started_on_Fenix Performance: How to get started on Fenix]
* Contact us on Matrix: [https://chat.mozilla.org/#/room/#perf-android-frontend:mozilla.org #perf-android-frontend:mozilla.org]
* Project planning: [https://github.com/orgs/mozilla-mobile/projects/47?fullscreen=true GitHub Project Board]
** [https://github.com/orgs/mozilla-mobile/projects/47?fullscreen=true&card_filter_query=label%3A%22perf%3Aonboarding-issue%22 Filtered issues for onboarding new team members]
* [https://mana.mozilla.org/wiki/display/PM/Android+Front-End+Performance Mozilla-internal resources] (we're working to make this more open!)
= Performance Bug Triage Guideline =
* [[Performance/Project_Flags_And_Keywords|Project Flags And Keywords]]: Bugzilla project flags and keywords that are used to triage performance bugs

Revision as of 21:25, 31 October 2022

Performance

The Firefox performance team focuses on improvements to the Gecko platform and Firefox across desktop and mobile. You can find us on #perf:mozilla.org on Matrix and #perf on Slack.

The team:

Here are some related pages you may be interested in:

Measuring & improving Firefox performance

Write-ups

Tools