APC (PHP Opcode Cache)
What does the abbreviation 'APC' signify? Why is the existence of APC in your account important as far as your PHP-based websites are involved? How can you enable this option?
APC, or Alternative PHP Cache, is a PHP module that caches the output code of database-driven script applications. Dynamic PHP sites store their content within a database which is accessed whenever a visitor opens a page. The content which should be shown is gathered and the code is parsed and compiled before it's delivered to the visitor. All these actions take some processing time and include reading and writing on the server for each and every page which is accessed. While this can't be avoided for sites with constantly changing content material, there're numerous sites that have the same content on a lot of of their webpages constantly - blogs, info portals, hotel and restaurant Internet sites, and many others. APC is extremely useful for such websites since it caches the already compiled code and shows it whenever visitors browse the cached webpages, so the code doesn't need to be parsed and compiled again. Not only will this minimize the server load, but it'll also boost the speed of any website several times.
-
APC (PHP Opcode Cache) in Shared Hosting
APC is provided with each and every
shared hosting package that we offer and you can enable it with just 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'll notice the faster loading speed of your database-driven sites. Since we provide different versions of PHP which could also be selected through Hepsia, you'll even be able to to employ APC for scripts that require different versions of PHP in the very same account. Our advanced cloud Internet hosting platform is very adaptable, so if you use some other web accelerator for any website and it disturbs APC, you'll be able to activate or deactivate the latter 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 provided with all
semi-dedicated hosting solutions as 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 will be able to enable it with a single click inside your Hepsia Control Panel and it will be fully functional in a couple of minutes. As you may want to use alternative web accelerators for selected websites, our advanced platform will allow you to customize 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 instance, a Drupal
™-based website could work with APC using PHP 5.4 and a WordPress website can work without APC using PHP 5.6. What is needed to do the latter is a php.ini file with several lines in it, so you'll be able to run websites with various requirements from the same account.