fastcgi_finish_request
Simply call fastcgi_finish_request on WordPress shutdown to speed up browsing.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3528 days ago
Is fastcgi_finish_request abandoned?
Possibly abandoned (last update 3528 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Call fastcgi_finish_request() on shutdown. This is able to speed up WordPress on servers where PHP is not tied to the webserver, like Nginx and certain configurations of Apache. If this is not the case this plugin will not do anything.
You can read more about fastcgi_finish_request() on the php documentation page: http://php.net/manual/en/function.fastcgi-finish-request.php
Installation
- Upload the plugin file to the
/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
Frequently Asked Questions
Will this cause issues if my server does not support fastcgi_finish_request
No. The plugin first checks if the function exists before calling it.
Review feed
Screenshots
Changelog
1.0
Conform to WP style guide
0.9
Initial release