php-fpm access log request time and xdebug timings doesn't match.
Why does xdebug profiling shows 100ms for request and php-fpm access log showing 700ms+ 7x or even more difference?
Is xdebug missing/skipping something on the way or does fpm is doing something between actual php processing?
Xdebug logging autoload/includes/require timings as well? Database connections etc?
Is there a way to look deeper into the timings that php-fpm is logging into access.log?