APC, which is an acronym for Alternative PHP Cache, is a framework used for caching the compiled source code of a given script app, that could speed up a database-driven site several times. Every time a PHP webpage is opened, the script pulls the website content that needs to be shown from a database, parses and compiles the code, and the result is shown to the website visitor. While this is necessary for Internet sites with frequently changing content, it's a waste of processing time and resources for an Internet site that does not change, for example an informational portal which displays the same content at all times. Once the web pages for such a website are compiled, APC caches them and delivers them any time a user loads them. Since this saves the time to collect content from the database and to parse and compile the program code, the website will load significantly quicker. APC is really efficient particularly for scripts with massive source code.

APC (PHP Opcode Cache) in Shared Hosting

You can use APC with each and every shared hosting package that we provide since it is already set up on our advanced cloud platform and activating it will take you just a couple of clicks inside your Hepsia Control Panel. Since our platform is extremely flexible, you'll be able to run sites with different system requirements and decide if they will work with APC or not. For instance, you can allow APC only for one version of PHP or you can do this for several of the releases running on the platform. It's also possible to select if all websites using a specific PHP version will use APC or if the latter will be enabled only for selected websites and not for all Internet sites in the website hosting account. The last option is useful when you intend to employ a different web accelerator for several of your websites. These customizations are carried out effortlessly by using a php.ini file in selected domain or subdomain folders.

APC (PHP Opcode Cache) in Semi-dedicated Servers

APC is provided with all semi-dedicated server solutions since it is pre-installed on the cloud hosting platform where your account shall be created. In case you would like to use this module, you'll be able to activate it with just a single click from your Hepsia Control Panel and it'll be fully functional within a few minutes. Since you may want to use alternative web accelerators for selected sites, our cutting-edge platform will enable you to customize the software environment inside your account. You'll be able to activate APC for different releases of PHP or use it just for some Internet sites and not for others. For instance, a Drupal-based website can function with APC using PHP 5.4 and a WordPress website 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'll be able to run Internet sites with various requirements in the exact same account.