该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

fastcgi_finish_request

描述

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

安装

  1. Upload the plugin file to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常见问题

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.

评价

此插件暂无评价。

贡献者及开发者

「fastcgi_finish_request」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0

Conform to WP style guide

0.9

Initial release