Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „fastcgi_finish_request“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

1.0

Conform to WP style guide

0.9

Initial release