; to activate the profiler: Change the variable "xdebug.mode" to "profile" instead of "debug" and use "xdebug.start_with_request" with "trigger"
; To activate the cachegrind profiler: Change the variable "xdebug.mode" to "profile" instead of "debug" and use "xdebug.start_with_request" with "trigger" instead of "default".
; You must restart the PHP FPM afterwards: e.g. "service php7.3-fpm restart".