Closed mattfletcher closed 2 years ago
Also had this issue and I don't think Clockwork likes the compressed output. Maybe try:
xdebug.use_compression=false
and see if that works?
Also had this issue and I don't think Clockwork likes the compressed output. Maybe try:
xdebug.use_compression=false
and see if that works?
Works for me - thanks!
Also had this issue and I don't think Clockwork likes the compressed output. Maybe try:
xdebug.use_compression=false
and see if that works?
Yes, this fixes the issue, thank you so much!
Hey, completely missed this issue, sorry!
Support for compressed profiler output should be pretty easy to add, adding it to the TODO list. Disabling compression seems like a good workaround for now, thanks @mixdd!
I am having issues getting the profiler working on my install of Clockwork. Every time I make a request, it reports that: Profile is not present for current request
Changing the enable/disable button has no effect.
Dockerfile contains:
php.ini contains:
(also tried with)
phpinfo() output: X-Xdebug-Profile-Filename | /tmp/cachegrind.out.24.gz