APC (PHP Opcode Cache)
Discover what the phrase ‘APC’ represents, what APC is capable of PHP effectiveness-wise and the way to enable it for your account.
APC, or Alternative PHP Cache, is a PHP module which caches the output code of database-driven script apps. Dynamic PHP Internet sites hold their content within a database that is accessed whenever a visitor opens a page. The content which should be shown is gathered and the code is parsed and compiled prior to it being delivered to the site visitor. All of these actions take some processing time and include reading and writing on the web server for each page which is accessed. While this cannot be avoided for Internet sites with regularly changing content material, there're numerous Internet sites that have the very same content on a lot of of their pages constantly - blogs, info portals, hotel and restaurant sites, and many others. APC is really useful for this type of sites because it caches the already compiled code and displays it any time visitors browse the cached webpages, so the code does not need to be parsed and compiled again. Not only will this minimize the server load, but it'll also boost the speed of any site several times.
-
APC (PHP Opcode Cache) in Web Hosting
APC is available with each and every
web hosting package that we offer and you can activate it with only a click from your Hepsia Control Panel if you want to use it for your web applications. A few minutes later the framework will be active and you will be able to take advantage of the faster loading speed of your database-driven websites. Since we offer different releases of PHP which can also be selected through Hepsia, you'll even be able to to use APC for scripts that need different versions of PHP in the very same account. Our state-of-the-art cloud Internet hosting platform is very adaptable, so if you use some other web accelerator for any website and it disturbs APC, you will be able to 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 Hosting
APC is available with all
semi-dedicated hosting solutions because it is pre-installed on the cloud hosting platform where your account shall be created. If you want to use this module, you can enable it with a single click inside your Hepsia Control Panel and it'll be fully functional in a few minutes. As you may want to use other web accelerators for selected sites, our advanced platform will permit 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 work with APC using PHP 5.4 and a WordPress site can work without APC using PHP 5.6. All it takes to do the latter is a php.ini file with a couple of lines in it, so you will be able to run sites with different requirements from the very same account.