Alternative PHP Cache, or APC, is a module for Apache web servers that is employed to cache the output code of script apps. It is very effective for scripts with large source code and can accelerate such an Internet site as much as 3 times. PHP sites are dynamic and every time a user accesses some page, the script connects to a database to retrieve some content, then the code is parsed and compiled before it is displayed to the website visitor. If the output code doesn't change however, that is the case with sites which display identical content all of the time, these actions result in needless reading and writing. What APC does is that it caches the previously compiled code and delivers it every time visitors browse a site, so the database does not need to be accessed and the code doesn't need to be parsed and compiled continuously, that consequently reduces the site loading time. The module can be very efficient for informational Internet sites, blogs, portfolios, etcetera.

APC (PHP Opcode Cache) in Shared Website Hosting

APC is provided with each shared website hosting solution that we offer and you could activate it with just a click from your Hepsia Control Panel if you wish to use it for your web apps. A few minutes later the framework will be working and you'll notice the considerably faster loading speed of your database-driven sites. Since we provide different releases of PHP that can also be selected from Hepsia, you'll even be able to to employ APC for scripts that need different versions of PHP inside the very same account. Our advanced cloud Internet hosting platform is very adaptable, so if you use a different web accelerator for any Internet site and it disturbs APC, you could activate or deactivate the latter for a selected site only by using a php.ini file generated in the domain or subdomain folder.