Alternative PHP Cache, or APC, is a module for Apache web servers that is used to cache the output code of script apps. It is very efficient for scripts with large source code and can boost such a website as much as 3 times. PHP websites are dynamic and whenever a website visitor accesses some webpage, the script links to a database to get some content, after that the code is parsed and compiled before it is displayed to the visitor. If the output code does not change however, that's the case with Internet sites that show the exact same content all of the time, these actions trigger needless reading and writing. What APC does is that it caches the previously compiled code and delivers it each time visitors browse a site, so the database does not have to be accessed and the code does not have to be parsed and compiled continuously, that in turn decreases the Internet site loading time. The module could be really effective for informational sites, blogs, portfolios, etc.

APC (PHP Opcode Cache) in Cloud Web Hosting

APC is available with each and every cloud web hosting solution that we offer and you can enable it with only a click from your Hepsia Control Panel if you would like to use it for your applications. Several minutes later the framework will be working and you'll experience the quicker loading speed of your database-driven Internet sites. Since we offer several releases of PHP which could also be selected through Hepsia, you'll even be able to to use APC for scripts that require different versions of PHP within the same account. Our advanced cloud Internet hosting platform is extremely adaptable, so if you use an alternative web accelerator for any Internet site and it disrupts APC, you will be able to activate or deactivate the aforementioned for a particular site only by using a php.ini file created in the domain or subdomain folder.

APC (PHP Opcode Cache) in Semi-dedicated Servers

APC is available with all semi-dedicated server solutions because it's pre-installed on the cloud website hosting platform where your account shall be created. If you wish to use this module, you can activate it with a single click from your Hepsia Control Panel and it will be fully operational within a few minutes. Since you may need to use some other web accelerators for selected Internet sites, our state-of-the-art platform will allow you to personalize the software environment inside your account. You'll be able to activate APC for different releases of PHP or use it just for some Internet sites and not for others. For example, a Drupal-based Internet site can function with APC employing PHP 5.4 and a WordPress website can function without APC employing PHP 5.6. All it takes to do that is a php.ini file with several lines in it, so you'll be able to run Internet sites with different requirements in the very same account.