Per [this note](http://php.net/manual/en/function.register-shutdown-function.php#108212) on the `register_shutdown_function` docs... PHP-FPM does not immediately terminate a request on `exit()`. Does this module affect page delivery time on nginx + php-fpm setups?