Описание
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
Установка
- 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
Часто задаваемые вопросы
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» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «fastcgi_finish_request» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
Conform to WP style guide
0.9
Initial release