APC (PHP Opcode Cache)
See what APC (PHP Opcode Cache) is and how it could impact the PHP performance in your web hosting account.
APC, which is short for Alternative PHP Cache, is a framework used for caching the compiled source code of a given script app, that could speed up a database-driven Internet site several times. Every time a PHP web page is opened, the script pulls the content which needs to be shown from a database, parses and compiles the program code, and the result is displayed to the website visitor. While this is necessary for sites with constantly changing content, it's a waste of processing time and system resources for a website that doesn't change, for example an informational portal that displays the exact same content at all times. As soon as the webpages for such a website are compiled, APC caches them and delivers them each time a website visitor accesses them. As this saves the time to get content from the database and to parse and compile the code, the site will load significantly quicker. APC is really helpful particularly for scripts with large source code.
APC (PHP Opcode Cache) in Hosting
APC is available with each and every hosting solution that we offer and you can activate it with only a click through your Hepsia Control Panel if you wish to use it for your web apps. Several minutes later the framework will be active and you'll experience the considerably faster loading speed of your database-driven Internet sites. As we offer different releases of PHP which could also be selected through Hepsia, you'll even be able to to use APC for scripts which require different versions of PHP inside the same account. Our high tech cloud web hosting platform is extremely flexible, so if you use another web accelerator for any Internet site and it disrupts APC, you'll 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.