Performance/Runbook/WikimediaDebug
This is the runbook for release management of the WikimediaDebug browser extension.
Links
- WikimediaDebug, end-user manual.
- Source code
- Firefox Addons
- Chrome Web Store
Release process
See #release-process in the README.
Access control
Chrome Web Store
The Chrome Web Store is managed from its Developer Dashboard. It works with a concept of publishers where your Google account has access to one or more publishers, and a publisher can owner one or more browser extensions. When you register your Google account as "Chrome Web Store Developer", there is by default a personal "Publisher" associated with you based on your username.
The WikimediaDebug extension is owned by the "chrome-wikimedia-debug" publisher, which is access-controlled via the member list of chrome-wikimedia-debug@googlegroups.com
(about), where each member is the email address of a Google account.
See also Group Publishing
Firefox Addons
The Firefox Addons are managed from the Developer Hub. From the "Edit Product Page" interface for WikimediaDebug, one can manage which "Authors" have access to release or manage the extension, where each author is the email address of a Firefox account.
Troubleshooting
If it appears that a request is not capturing any data, check that Tideways and Excimer are properly installed and called:
- verify that
php-tideways-xhprof
is installed on the target host - ensure that the extension is loaded, i.e. look for
tideways_xhprof.so
under/etc/php/$version/fpm/conf.d/
- check if
auto_prepend_file
is set inphp.ini