APC, or Alternative PHP Cache, is a PHP module that caches the output code of database-driven script apps. Dynamic PHP Internet sites hold their content inside a database which is accessed whenever a visitor opens a page. The content that has to be shown is retrieved and the code is parsed and compiled before it is delivered to the site visitor. These actions need some processing time and involve reading and writing on the server for each and every page that is loaded. While this can't be avoided for Internet sites with constantly changing content material, there're numerous Internet sites which present the very same content on a lot of of their webpages constantly - blogs, informational portals, hotel and restaurant sites, etc. APC is very useful for this kind of Internet sites since it caches the previously compiled code and shows it every time visitors browse the cached pages, so the code doesn't need to be parsed and compiled repeatedly. Not only will this greatly reduce the server load, but it'll also increase the speed of any Internet site many times.

APC (PHP Opcode Cache) in Website Hosting

APC is available with each website hosting package that we offer and you could enable it with only a click through your Hepsia Control Panel if you want to use it for your web applications. Several minutes later the framework will be working and you will notice the quicker loading speed of your database-driven sites. As we provide several releases of PHP which can also be selected through Hepsia, you will even be able to employ APC for scripts which require different versions of PHP within the same account. Our next generation cloud Internet hosting platform is extremely flexible, so if you use another web accelerator for any Internet site and it interferes with 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 available with all semi-dedicated hosting solutions since it's pre-installed on the cloud website hosting platform where your account shall be created. In case you'd like to use this module, you can activate it with a single click inside your Hepsia Control Panel and it'll be fully functional in a few minutes. As you may need to use alternative web accelerators for selected websites, our outstanding platform will enable you to customize the software environment inside your account. You will be able to activate APC for different versions of PHP or use it only for some sites and not for others. For example, a Drupal-based website 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 couple of lines in it, so you could run sites with various requirements in the exact same account.