All Projects → firefox-devtools → Gecko-Profiler-Addon

firefox-devtools / Gecko-Profiler-Addon

Licence: other
(deprecated) Addon to control the Gecko Built-in Profiler

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Gecko-Profiler-Addon

Treestyletab
Tree Style Tab, Show tabs like a tree.
Stars: ✭ 2,438 (+12090%)
Mutual labels:  firefox-addon
Pywalfox
Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
Stars: ✭ 219 (+995%)
Mutual labels:  firefox-addon
Dollchan Extension Tools
The best way to browse imageboards
Stars: ✭ 247 (+1135%)
Mutual labels:  firefox-addon
Wallabagger
Chrome / Firefox / Opera plugin for wallabag v2.
Stars: ✭ 202 (+910%)
Mutual labels:  firefox-addon
Bandwidth Hero
💂 Saves data by compressing images on web page
Stars: ✭ 220 (+1000%)
Mutual labels:  firefox-addon
Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+82130%)
Mutual labels:  firefox-addon
Blocktube
YouTube™ content blocker
Stars: ✭ 186 (+830%)
Mutual labels:  firefox-addon
sc ext
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
Stars: ✭ 27 (+35%)
Mutual labels:  firefox-addon
What Have You Made Today
Chrome & FireFox extension to replace the default home page. What have you made today?
Stars: ✭ 223 (+1015%)
Mutual labels:  firefox-addon
Twitch Hls Adblock
Block advertisements that are inserted in Twitch streams directly.
Stars: ✭ 242 (+1110%)
Mutual labels:  firefox-addon
Firefox Scripts
userChromeJS / autoconfig.js and extensions
Stars: ✭ 202 (+910%)
Mutual labels:  firefox-addon
Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (+980%)
Mutual labels:  firefox-addon
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (+1050%)
Mutual labels:  firefox-addon
Oldschool Github Extension
Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
Stars: ✭ 200 (+900%)
Mutual labels:  firefox-addon
Minimal Twitter
Minimal Theme for the new Twitter UI 🐦
Stars: ✭ 247 (+1135%)
Mutual labels:  firefox-addon
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (+845%)
Mutual labels:  firefox-addon
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+104280%)
Mutual labels:  firefox-addon
JSONViewer
Chrome Extension, Format several JSON documents in one window, depends to your screen width, up to 6.
Stars: ✭ 49 (+145%)
Mutual labels:  firefox-addon
enterprise-policy-generator
The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
Stars: ✭ 57 (+185%)
Mutual labels:  firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (+1100%)
Mutual labels:  firefox-addon

Deprecation Notice

Please notice that this add-on has been deprecated as of Firefox 76. The profiler is now built directly into the browser. Go to profiler.firefox.com and click the button "Enable Profiler Menu Button" to enable the feature. If you had the add-on installed and enabled, then your Firefox profile will be automatically upgraded to use the new button.

Gecko Profiler

This add-on lets you collect profiles from Firefox, and open those profiles in profiler.firefox.com.

Installation

Most users install it from https://profiler.firefox.com/ and click the link on there.

It's also possible to install it directly from this repository by first downloading the file gecko_profiler.xpi to your local computer. Then drag and drop it to the Firefox window to install it.

Usage

The add-on adds a toolbar button to your main toolbar. The button's icon is blue if the profiler is running and gray if the profiler is stopped. To start the profiler, click the toolbar button, and in the panel that opens, click "Start" in the top right corner.

Profile data is stored in a circular buffer. As soon as the buffer fills up for the first time, old data is discarded as new data is added. That means that you can leave the profiler running, and collect a snapshot of the most recent couple of seconds at any time.

You can control the profiler with two keyboard shortcuts:

  • Ctrl+Shift+1: Stop / Restart profiling
  • Ctrl+Shift+2: Capture the profile. This captures the current contents of the profiler buffer, opens a tab with Firefox Profiler at https://profiler.firefox.com/, and sends the profile to it.

If you want to run your own Firefox Profiler instance or want profiles to be sent to a different site that you're developing, you can change the “Reporter URL” preference of this add-on on about:addons.

Development

Make sure you have somewhat recent versions of node and yarn installed. Then:

$ git clone https://github.com/firefox-devtools/Gecko-Profiler-Addon/
$ cd Gecko-Profiler-Addon/
$ yarn install
$ yarn start

The yarn start command runs Firefox Nightly by default. To run other releases of Firefox you can configure it using the command:

yarn config set geckoprofiler:firefox beta
yarn start

Note that on some platforms (eg: Linux) you'll rather specify the full path to Firefox.

Packaging a new version

If you want to package a new version of the add-on, you need to be registered as an author of the add-on on addons.mozilla.org. Otherwise you can ignore this section and ask @mstange or @gregtatum to do the packaging for you.

If you are registered as an author of the add-on on addons.mozilla.org, you should use your API key and API secret.

Packaging a new version works like this:

  1. Commit your other changes first, so that the update can be its own changeset.
  2. Go to manifest.json and increment the version.
  3. Go to updates.json and do the same (the two need to match).
  4. Set your environment variables $AMO_JWT_ISSUER and $AMO_JWT_SECRET to the API key an API secret respectively.
  5. Run yarn sign-extension
  6. Commit the changes to manifest.json, updates.json and gecko_profiler.xpi with the commit message Release <new version number>..
  7. Create a PR and merge.

Landing these changes in the https://github.com/firefox-devtools/Gecko-Profiler-Addon/ repository will automatically cause existing installations of the add-on to update to the new version. This works because we specify the following URL as the update_url in manifest.json: https://raw.githubusercontent.com/firefox-devtools/Gecko-Profiler-Addon/master/updates.json. And that file contains the following "update link" URL: https://raw.githubusercontent.com/firefox-devtools/Gecko-Profiler-Addon/master/gecko_profiler.xpi This URL always points at the most recent gecko_profiler.xpi in the repository.

Known issues

  • Does not support getting profiles from Firefox for Android.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].