Jump to content

Talk:MediaWiki-Docker/Configuration recipes/Profiling

Add topic
From mediawiki.org
Latest comment: 3 months ago by Krinkle

I was about to add this to mwcli today, and mwcli makes use of the same images.

docker run --rm -it --entrypoint bash  docker-registry.wikimedia.org/dev/buster-php81-fpm:1.0.1-s2

c2f5261a9cd9:/var/www/html/w# php -a
Interactive shell

php > var_dump(extension_loaded( 'tideways_xhprof' ));
bool(false)

What am I missing here?

CC @Krinkle as one of the folks writing this page :) ·addshore· talk to me! 17:08, 8 May 2024 (UTC)Reply

I personally use the Excimer setup instead of Tideways. Tideways was added by @Kostajh in 2020 as part of https://phabricator.wikimedia.org/T246202. It seems various refactors and upgrades have lost it since then. File a new task? Krinkle (talk) 17:11, 10 May 2024 (UTC)Reply