Performance
Strace
Slow SQL Queries
strace -p<FPM_PID> -T -r --trace=sendto,recvfrom
Slow Filesystem
strace -p<FPM_PID> -T --trace=access,open
Slow SQL Queries
strace -p<FPM_PID> -T -r --trace=sendto,recvfrom
Slow Filesystem
strace -p<FPM_PID> -T --trace=access,open