There's no official discussion thread for the fof/clockwork extension so I'm posting here.
first: I'm new to clockwork and xdebug. I need help with the profiler as I couldn't make it work:

I have xdebug 3.5.0 activated and have this in my custom php.ini:
[xdebug]
xdebug.mode=develop,debug,profile
xdebug.start_with_request=trigger // tried also with yes, nothing changes
xdebug.output_dir=/tmp/xdebug // files are being written there when I load the site so not the issue
xdebug.profiler_output_name=cachegrind.out.%u.%r
xdebug.use_compression=0 // ChatGPT suggested to add this after it failed without it but nothing changed
I clicked of course in the "Read more about how to set up Xdebug" link but info is minimal and did that and still nothing changes. what am I missing ?