feat: Adding profiler for debugging

This commit is contained in:
Binyamin Yawitz
2024-07-15 14:13:34 -04:00
parent f3ad9a3f81
commit eacd965ae3
3 changed files with 18 additions and 3 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.mode=develop,debug,profile
xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes
xdebug.start_with_request=yes
xdebug.output_dir=/tmp/xdebug
xdebug.use_compression=false