APC (PHP Opcode Cache)
Find out what APC (PHP Opcode Cache) is and how it could impact the PHP performance inside your web hosting account.
APC, which is short for Alternative PHP Cache, is a framework used for caching the compiled source code of a given script app, that can boost a database-driven Internet site several times. Every time a PHP webpage is opened, the script pulls the site content which needs to be loaded from a database, parses and compiles the program code, then the result is shown to the site visitor. While this is necessary for websites with regularly changing content, it's a total waste of processing time and system resources for a website that does not change, for example an informational portal which displays the very same content all the time. When the webpages for such a website are compiled, APC caches them and delivers them whenever a website visitor loads them. Since this saves the time to request content from the database and to parse and compile the code, your Internet site will load considerably quicker. APC is really helpful particularly for scripts with large source code.
-
APC (PHP Opcode Cache) in Cloud Website Hosting
APC is pre-installed on our leading-edge cloud platform, therefore you will be able to use it for your web applications whatever the
cloud website hosting package that you choose when you register. The module can be activated from the Hepsia internet hosting Control Panel that is used to maintain the shared accounts and only a couple of minutes later it'll speed up your websites because it will begin caching their code. In case you need to run websites with various system requirements or take advantage of specific web accelerators for any of them, you will be able to customize the software environment by putting a php.ini file in the desired domain folder. In this way, you could enable or disable APC not just for a specific site without affecting the other Internet sites in the account, but also for a particular version of PHP as our platform supports multiple versions simultaneously.
-
APC (PHP Opcode Cache) in Semi-dedicated Servers
APC is provided with all
semi-dedicated server solutions because it's pre-installed on the cloud website hosting platform where your account will be created. If you want to use this module, you can activate it with just a single click in your Hepsia Control Panel and it will be fully operational in a couple of minutes. As you may want to use some other web accelerators for selected websites, our leading-edge platform will allow you to personalize the software environment inside your account. You can activate APC for different releases of PHP or use it only for some websites and not for others. For instance, a Drupal
™-based 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 the latter is a php.ini file with a few lines in it, so you will be able to run websites with various requirements inside the same account.