Closed devope closed 1 month ago
Setting this xdebug.profiler_output_name=cachegrind.out.%R.%u
in ini config helped and resolved the problem.
It changes the x-xdebug-profile-filename
HTTP header to something like this: /var/tmp/cachegrind.out._blog_comments_.1718983024.458211.gz
.
I should also notice that sometimes I got message Profile is not present for current request
and sometimes it was loading infinitely.
Hey, thanks for your message. This has been a known issue with the default Xdebug configuration. I've finally updated our installation guide, to include this setting - https://underground.works/clockwork/#docs-xdebug-profiler
Hey there!
I stuck in problem with enabling Profiler. Help me please to understand what I am missing here.
The output of
php --ini
:The content of
/opt/homebrew/etc/php/8.3/conf.d/99-xdebug.ini
:macOS 14.4.1 (23E224)