APC (PHP Opcode Cache)
See what APC (PHP Opcode Cache) is and how it will affect the PHP performance within your hosting account.
Alternative PHP Cache, or APC, is a module for Apache web servers which is used to cache the output code of script apps. It is very effective for scripts with large source code and could speed up such a site up to 3 times. PHP websites are dynamic and any time a user opens a page, the script connects to a database to get some content, after that the code is parsed and compiled before it is displayed to the site visitor. In case the output code does not change however, that is the case with Internet sites that display the exact same content all the time, these actions trigger unnecessary 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 doesn't need to be accessed and the program code doesn't have to be parsed and compiled over and over again, that in turn decreases the website loading time. The module can be pretty useful for informational Internet sites, blogs, portfolios, and many others.
-
APC (PHP Opcode Cache) in Website Hosting
You will be able to employ APC for your web applications with any of the
website hosting packages that we offer as it's pre-installed on our cloud web hosting platform. Enabling 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'll start caching the program code of your applications. Our platform is quite flexible, so you'll be able to use different configurations based on the system requirements of your scripts. For example, you will be able to activate APC for a couple of releases of PHP for the whole account and choose the version that each website can use, or you could have the same version of PHP, but enable or disable APC only for specified Internet sites. This is done by placing a php.ini file with a line of code in the domain or subdomain folder where you require the custom configuration.