APC, which is short for Alternative PHP Cache, is a framework used for caching the compiled source code of a given script application, which can boost a database-driven website several times. Every time a PHP web page is accessed, the script pulls the site content which should be displayed from a database, parses and compiles the program code, and the result is shown to the site visitor. While this is necessary for sites with frequently changing content, it's a total waste of processing time and system resources for a site that doesn't change, like an informational portal that displays the exact same content at all times. Once the web pages for such an Internet site are compiled, APC caches them and delivers them any time a website visitor accesses them. As this saves the time to collect content from the database and to parse and compile the program code, your Internet site will load significantly quicker. APC is really efficient in particular for scripts with large source code.

APC (PHP Opcode Cache) in Website Hosting

You can use APC with each and every website hosting plan that we provide since it is already present on our advanced cloud platform and enabling it will take you only a few clicks in your Hepsia Control Panel. Since our system is really flexible, you'll be able to run Internet sites with various system requirements and decide whether they will work with APC or not. For instance, you can enable APC only for a single release of PHP or you could do the latter for several of the releases that run on the platform. In addition, you can decide if all Internet sites using a specific PHP version will use APC or whether the latter will be active just for selected sites and not for all sites in the web hosting account. The aforementioned option is useful if you would like to employ a different web accelerator for several of your websites. These customizations are done effortlessly via a php.ini file in selected domain or subdomain folders.

APC (PHP Opcode Cache) in Semi-dedicated Hosting

APC is provided with all semi-dedicated hosting packages since it's pre-installed on the cloud website hosting platform where your account shall be created. In case you want to use this module, you'll be able to activate it with a single click inside your Hepsia Control Panel and it'll be fully functional in a couple of minutes. As you may need to use some other web accelerators for selected Internet sites, our outstanding platform will permit you to personalize the software environment in your account. You'll be able to activate APC for different versions of PHP or use it only for some sites and not for others. For example, a Drupal-based Internet site could work with APC using PHP 5.4 and a WordPress site can function 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 can run sites with different requirements inside the same account.