Alternative PHP Cache, or APC, is a module for Apache web servers which is employed to cache the output code of script applications. It is very effective for scripts with large source code and could speed up such an Internet site as much as three times. PHP websites are dynamic and each time a visitor opens some page, the script links to a database in order to get some content, then the code is parsed and compiled before it's shown to the website visitor. In case the output code doesn't change however, which is the case with Internet sites that display the very same content all of the time, these actions result in unneeded reading and writing. What APC does is that it caches the already compiled program code and delivers it every time visitors browse an Internet site, so the database does not have to be accessed and the code doesn't have to be parsed and compiled again and again, that in turn reduces the website loading time. The module could be pretty helpful for informational websites, blogs, portfolios, and many others.

APC (PHP Opcode Cache) in Cloud Web Hosting

APC is provided with every single cloud web hosting plan that we offer and you can activate it with just a click through your Hepsia Control Panel if you want to use it for your web apps. Several minutes later the framework will be working and you will notice the quicker loading speed of your database-driven sites. Since we offer several releases of PHP that can also be selected from Hepsia, you'll even be able to to employ APC for scripts that require different versions of PHP inside the very same account. Our leading-edge cloud web hosting platform is extremely adaptable, so in case you use some other web accelerator for any website and it disturbs APC, you will be able to activate or deactivate the latter for a selected site only by using a php.ini file created in the domain or subdomain folder.

APC (PHP Opcode Cache) in Semi-dedicated Hosting

APC is provided with all semi-dedicated hosting plans because it's pre-installed on the cloud website hosting platform where your account shall be created. In case you wish to use this module, you can enable it with just a single click inside your Hepsia Control Panel and it will be fully operational within a couple of minutes. As you may need to use some other web accelerators for selected websites, our cutting-edge platform will permit you to personalize the software environment in your account. You'll be able to activate APC for different releases of PHP or use it only for some sites and not for others. For example, a Drupal-based Internet site can work with APC employing PHP 5.4 and a WordPress site could work without APC using PHP 5.6. All it takes to do the aforementioned is a php.ini file with several lines in it, so you'll be able to run sites with various requirements inside the same account.