APC, which is an acronym for Alternative PHP Cache, is a framework used for caching the compiled source code of a script application, which could boost a database-driven website several times. When a PHP web page is opened, the script pulls the content that should be shown from a database, parses and compiles the code, and then the result is displayed to the visitor. While this is necessary for sites with frequently changing content, it is a complete waste of processing time and system resources for a website that doesn't change, like an informational portal that displays the very same content on a regular basis. Once the webpages for such an Internet site are compiled, APC caches them and delivers them each time a user accesses them. As this saves the time to get content from the database and to parse and compile the program code, the Internet site will load considerably faster. APC is very efficient especially for scripts with large source code.

APC (PHP Opcode Cache) in Cloud Web Hosting

APC is available with every single cloud web hosting package that we offer and you could activate it with just a click through 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 considerably quicker loading speed of your database-driven Internet sites. Since we offer different 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 high tech cloud hosting platform is extremely adaptable, so in case you use an alternative web accelerator for any Internet site and it interferes with APC, you could activate or deactivate the aforementioned 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 Servers

APC is available with all semi-dedicated server solutions as it is pre-installed on the cloud website hosting platform where your account shall be created. In case you'd like to use this module, you will be able to enable it with a single click inside your Hepsia Control Panel and it will be fully functional in a few minutes. As you may want to use other web accelerators for selected sites, our outstanding platform will enable you to customize the software environment in your account. You'll be able to activate APC for different releases of PHP or use it just for some sites and not for others. For instance, a Drupal-based Internet site can function with APC employing PHP 5.4 and a WordPress site can work without APC using PHP 5.6. All it takes to do that is a php.ini file with a couple of lines in it, so you can run sites with different requirements from the very same account.