Insta Queue provides real-time queue processing for Drupal without waiting for cron runs. It works seamlessly with both Drupal core and third-party module queues.
Adds to HTTP headers of a response the performance data of the request not only
as the actual execution time in seconds (rtime), but also the utime and stime:
rtime represents the total duration of the response generation process.
utime represents the actual CPU time, exclusively spent on processing only
the PHP code of the current request, excluding other background processes.
stime represents the CPU time spent on kernel processes like disk read/writes
and other IO operations.