Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
This module provides a simple health check page to use as an endpoint for site monitoring services. The health check can be configured to run under any path, such as /health-check (the default setting), or /site-up, and will respond with a JSON formatted string that can be configured to include the timestamp.