MediaWiki-Docker/Configuration recipes/Disable XDebug for better performance
Disable XDebug for better performanceEdit
If you are not working on backend code or don't need to set breakpoints, you can use a Docker image that has XDebug disabled, which can boost performance.
docker-compose.override.yml
version: '3.7'
services:
mediawiki:
image: docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2