APC (PHP Opcode Cache)
What does the acronym 'APC' signify? Why is the existence of APC in your account important as far as your PHP-based sites are involved? How to enable this option?
Alternative PHP Cache, or APC, is a module for Apache servers that is employed to cache the output code of script apps. It is very efficient for scripts with large source code and could speed up such an Internet site up to three times. PHP sites are dynamic and each time a website visitor accesses a page, the script links to a database to retrieve some content, after that the code is parsed and compiled prior to it being displayed to the visitor. If the output code does not change however, that is the case with websites that display the same content all of the time, these actions trigger excessive reading and writing. What APC does is that it caches the previously compiled code and delivers it each time visitors browse a site, so the database doesn't need to be accessed and the program code does not have to be parsed and compiled repeatedly, that consequently lowers the site loading time. The module could be really efficient for informational sites, blogs, portfolios, and so on.
-
APC (PHP Opcode Cache) in Shared Hosting
APC is available with each and every
shared hosting solution that we offer and you can 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'll be able to take advantage of the quicker loading speed of your database-driven websites. Since we provide several releases of PHP which can also be selected through Hepsia, you will even be able to employ APC for scripts which need different versions of PHP inside the same account. Our cutting-edge cloud Internet hosting platform is very flexible, so in case you use an alternative web accelerator for any website and it disturbs APC, you'll be able to activate or deactivate the aforementioned for a certain site only by using a php.ini file created in the domain or subdomain folder.