Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

fastcgi_finish_request

Beskrivelse

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

Installasjon

  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

Ofte stilte spørsmål

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.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«fastcgi_finish_request» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

Endringslogg

1.0

Conform to WP style guide

0.9

Initial release