Skip to content

Instantly share code, notes, and snippets.

@mesaque
Created May 13, 2022 12:42
Show Gist options
  • Save mesaque/f79968ec4166be6ff3f83aee98b97968 to your computer and use it in GitHub Desktop.
Save mesaque/f79968ec4166be6ff3f83aee98b97968 to your computer and use it in GitHub Desktop.
xdebug activate
pecl install xdebug
docker-php-ext-enable xdebug
;php.ini
xdebug.mode=profile
xdebug.output_dir=/tmp/profiles
xdebug.profiler_output_name = cachegrind.out.%p.%R.%u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment