APC (PHP Opcode Cache)
Find out what APC (PHP Opcode Cache) is and how it will influence the PHP performance within your website hosting account.
APC, or Alternative PHP Cache, is a PHP module which caches the output code of database-driven script software applications. Dynamic PHP sites save their content in a database which is accessed whenever a visitor opens a webpage. The content which has to be viewed is gathered and the code is parsed and compiled before it is delivered to the site visitor. All of these actions take some processing time and include reading and writing on the server for each page which is opened. While this can't be avoided for sites with regularly changing content, there're various sites which have the same content on a number of of their webpages at all times - blogs, info portals, hotel and restaurant sites, etcetera. APC is very useful for such sites since it caches the already compiled code and displays it any time visitors browse the cached pages, so the code doesn't have to be parsed and compiled repeatedly. This will not only lower the server load, but it'll also raise the speed of any site several times.
-
APC (PHP Opcode Cache) in Website Hosting
You will be able to employ APC for your web applications with all of the
website hosting packages that we offer because it's pre-installed on our cloud web hosting platform. Activating it will take only a click in the Hepsia Control Panel which is provided with our shared solutions and a couple of minutes later it will start caching the code of your apps. Our platform is quite flexible, so you will be able to use several configurations based on the system requirements of the scripts. For instance, you can activate APC for several releases of PHP for the entire account and set the version that each Internet site can use, or you could have the same version of PHP, but activate or deactivate APC only for particular Internet sites. You can do this by putting a php.ini file with a line of code within the domain or subdomain folder where you require the custom setup.