APC, or Alternative PHP Cache, is a PHP module which caches the output code of database-driven script software apps. Dynamic PHP websites keep their content inside a database which is accessed whenever a visitor loads a webpage. The content which has to be shown is gathered and the code is parsed and compiled before it is delivered to the site visitor. All these actions take some processing time and involve reading and writing on the hosting server for every single page that is accessed. While this cannot be avoided for Internet sites with regularly changing content material, there're a lot of sites which offer the same content on a number of of their webpages all the time - blogs, info portals, hotel and restaurant websites, and many others. APC is extremely useful for such Internet sites as it caches the already compiled code and displays it when visitors browse the cached webpages, so the code doesn't have to be parsed and compiled again. Not only will this reduce the server load, but it'll also boost the speed of any site a few times.

APC (PHP Opcode Cache) in Shared Hosting

APC is available with every single shared hosting plan that we offer and you could activate it with only a click through your Hepsia Control Panel if you would like to use it for your applications. A few minutes later the framework will be active and you will notice the considerably quicker loading speed of your database-driven Internet sites. As we offer different releases of PHP that could also be selected through Hepsia, you will even be able to employ APC for scripts which need different versions of PHP inside the very same account. Our state-of-the-art cloud hosting platform is extremely adaptable, so if you use an alternative web accelerator for any Internet site and it disrupts 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 since it's pre-installed on the cloud website hosting platform where your account shall be created. In case you want to use this module, you will be able to activate it with just a single click inside your Hepsia Control Panel and it will be fully functional within a few minutes. Since you may want to use some other web accelerators for selected Internet sites, our state-of-the-art platform will allow you to personalize the software environment inside your account. You will be able to activate APC for different versions of PHP or use it just for some websites and not for others. For example, a Drupal-based Internet site could work with APC using PHP 5.4 and a WordPress site can work without APC using PHP 5.6. What is needed to do the aforementioned is a php.ini file with several lines in it, so you can run Internet sites with various requirements in the exact same account.