Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

fastcgi_finish_request

Leírás

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

Telepítés

  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

GYIK

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.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“fastcgi_finish_request” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“fastcgi_finish_request” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0

Conform to WP style guide

0.9

Initial release