Fast CGI for PHP

FastCGI for PHP makes all your PHP applications persistent. There is no pre-request startup and initialization overhead. This makes possible the development of applications that would otherwise be impractical within the CGI paradigm (e.g. a huge PHP script or an application that requires a connection to one or more databases).

 

Benefits:

  1. PHP scripts will run faster. The PHP interpreter is loaded into memory rather than calling from storage for every hit, having the ability to improve the performance of your scripted site.
  2. The load on the Server Resources can be lessened with the use of FastCGI. Since the server does not have to load the PHP interpreter for each hit, you will be able to accommodate a higher traffic site without exceeding your CPU quota. We recommend testing your site with and without FastCGI
  • No modifications to your existing code are required for most sites, however, some sites will need code modifications.

 

    How to Enable PHP FastCGI

  1. Log in to your Tucana control panel.
  2. Under Programming click PHP Config.
  • Select the php version (FastCGI)
  1. Click Save Changes.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to switch php version

  How to switch php version in cpanel To change the PHP version used for your account, follow...

How To Increase The PHP Memory Limit

Generating a new php.ini file Using the File ManagerLocate the Files section Click the File...

How to change PHP version for subfolders or subdomains?

  In case you'd like to change the PHP version for a specific subdomain or subfolder, all you...

Differences between PHP memory limit and RAM

PHP memory limit setting applies to the maximum memory limit which is used by a single...

How can I modify the PHP time zone setting for my website?

Open Hosting → Manage → PHP Configuration page. There, open the PHP options tab and edit the...