APC, which is an acronym for Alternative PHP Cache, is a framework used for caching the compiled source code of a script app, that can speed up a database-driven Internet site several times. Each time a PHP webpage is accessed, the script pulls the website content which should be shown from a database, parses and compiles the code, then the result is shown to the site visitor. While this is necessary for websites with routinely changing content, it's a complete waste of processing time and system resources for a website which doesn't change, for instance an informational portal which displays the exact same content all the time. When the webpages for such a website are compiled, APC caches them and delivers them every time a user loads them. As this saves the time to obtain content from the database and to parse and compile the program code, the site will load a lot quicker. APC is really useful in particular for scripts with larger source code.

APC (PHP Opcode Cache) in Cloud Web Hosting

APC is pre-installed on our outstanding cloud platform, so you'll be able to use it for your applications regardless of the cloud web hosting plan that you pick when you join us. The module can be enabled from your Hepsia hosting Control Panel that is used to take care of the shared accounts and just a couple of minutes later it will boost your Internet sites since it will begin caching their program code. In case you want to run sites with various system requirements or take advantage of different web accelerators for some of them, you will be able to customize the software environment by putting a php.ini file inside the desired domain folder. This way, you could enable or disable APC not just for a particular website without affecting the remaining websites in the account, but also for a particular version of PHP as our platform supports multiple versions at the same time.

APC (PHP Opcode Cache) in Semi-dedicated Hosting

APC is available with all semi-dedicated hosting solutions because it's pre-installed on the cloud hosting platform where your account shall be created. If you wish to use this module, you will be able to activate it with a single click in your Hepsia Control Panel and it'll be fully operational in a couple of minutes. Since you may want to use alternative web accelerators for selected Internet sites, our state-of-the-art platform will enable you to customize the software environment in your account. You can activate APC for different versions of PHP or use it just for some Internet sites and not for others. For example, a Drupal-based Internet site can work with APC using PHP 5.4 and a WordPress site could work without APC employing PHP 5.6. All it takes to do the aforementioned is a php.ini file with a few lines in it, so you can run Internet sites with different requirements in the same account.