mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 14:27:12 +02:00
Add support for profiling via xdebug
This commit is contained in:
@@ -64,6 +64,10 @@ if [ -z "${DEVELOPMENT-}" ]; then
|
||||
echo >&2 "";
|
||||
echo >&2 "-------------------------------------------------------------"
|
||||
echo >&2 "";
|
||||
|
||||
else
|
||||
echo >&2 "- Setting correct ownership of xdebug dir"
|
||||
chown -R jumpapp:jumpapp /tmp/xdebug
|
||||
fi
|
||||
|
||||
php-fpm8
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
zend_extension=xdebug.so
|
||||
|
||||
xdebug.mode=debug
|
||||
xdebug.mode=debug,profile
|
||||
xdebug.discover_client_host = true
|
||||
xdebug.start_with_request=trigger
|
||||
xdebug.log="/tmp/xdebug.log"
|
||||
xdebug.log="/tmp/xdebug.log"
|
||||
xdebug.output_dir="/tmp/xdebug"
|
||||
xdebug.profiler_output_name = %s.%R.%p.%r
|
||||
Reference in New Issue
Block a user