APC, which stands for Alternative PHP Cache, is a framework used for caching the compiled source code of a given script app, which could boost a database-driven site several times. Every time a PHP webpage is accessed, the script pulls the site content which needs to be loaded from a database, parses and compiles the code, then the result is displayed to the visitor. While this is necessary for websites with constantly changing content, it's a waste of processing time and system resources for an Internet site that doesn't change, for instance an informational portal that displays the exact same content on a regular basis. When the pages for such an Internet site are compiled, APC caches them and delivers them every time a user loads them. As this saves the time to collect content from the database and to parse and compile the program code, the site will load considerably quicker. APC is really effective particularly for scripts with massive source code.

APC (PHP Opcode Cache) in Website Hosting

APC is available with each and every website hosting package that we offer and you could enable it with just a click from your Hepsia Control Panel if you'd like to use it for your applications. A few minutes later the framework will be working and you'll experience the considerably faster loading speed of your database-driven Internet sites. As we offer several releases of PHP which could also be selected through Hepsia, you'll even be able to to employ APC for scripts which need different versions of PHP within the very same account. Our cutting-edge cloud Internet hosting platform is very flexible, so in case you use an alternative web accelerator for any website and it disrupts APC, you will be able to activate or deactivate the aforementioned for a certain site only by using a php.ini file generated in the domain or subdomain folder.

APC (PHP Opcode Cache) in Semi-dedicated Hosting

APC is provided with all semi-dedicated hosting solutions since it is pre-installed on the cloud website hosting platform where your account shall be created. In case you wish to use this module, you will be able to enable it with a single click from your Hepsia Control Panel and it'll be fully functional within a few minutes. As you may want to use other web accelerators for selected Internet sites, our leading-edge platform will permit 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 example, a Drupal-based Internet site can work with APC using PHP 5.4 and a WordPress website can function without APC employing PHP 5.6. All it takes to do the latter is a php.ini file with several lines in it, so you will be able to run Internet sites with different requirements from the same account.