APC (PHP Opcode Cache)
See what APC (PHP Opcode Cache) is and how it will affect the PHP performance in your website hosting account.
Alternative PHP Cache, or APC, is a module for Apache web servers that is used to cache the output code of script apps. It is very effective for scripts with large source code and will accelerate such an Internet site up to three times. PHP sites are dynamic and each time a user opens some web page, the script links to a database to retrieve some content, and then the code is parsed and compiled before it's displayed to the site visitor. If the output code doesn't change however, that is the case with Internet sites that show the same content all the time, these actions trigger unneeded reading and writing. What APC does is that it caches the previously compiled program code and delivers it each time visitors browse a website, so the database doesn't have to be accessed and the program code does not need to be parsed and compiled continuously, which consequently decreases the site loading time. The module could be really useful for informational Internet sites, blogs, portfolios, and so on.
APC (PHP Opcode Cache) in Shared Hosting
APC is available with each and every shared hosting plan that we offer and you can activate it with just a click through your Hepsia Control Panel if you'd like to use it for your web applications. A few minutes later the framework will be active and you'll experience the considerably quicker loading speed of your database-driven sites. Since we offer different releases of PHP which can also be selected from Hepsia, you'll even be able to to use APC for scripts which require different versions of PHP in the very same account. Our leading-edge cloud web hosting platform is extremely flexible, so in case you use some other web accelerator for any website and it disrupts APC, you will be able to activate or deactivate the aforementioned for a particular site only by using a php.ini file generated in the domain or subdomain folder.