"> '); APC
APC, or Alternative PHP Cache, is a PHP module that caches the output code of database-driven script software apps. Dynamic PHP sites hold their content in a database that is accessed whenever a visitor opens a page. The content which should be shown is gathered and the code is parsed and compiled before it's delivered to the visitor. All these actions need some processing time and involve reading and writing on the web server for every single page which is accessed. While this can't be avoided for sites with constantly changing content material, there are various websites that offer the very same content on many of their pages at all times - blogs, informational portals, hotel and restaurant websites, etcetera. APC is extremely useful for this kind of sites because it caches the previously compiled code and shows it every time visitors browse the cached pages, so the code doesn't need to be parsed and compiled all over again. Not only will this lower the server load, but it'll also increase the speed of any website many times.

APC (PHP Opcode Cache) in Shared Web Hosting

You can employ APC for your web apps with any of the shared web hosting packages that we provide as it is pre-installed on our cloud website hosting platform. Turning it on will take just a mouse click inside the Hepsia Control Panel which is provided with our shared plans and several minutes later it'll start caching the code of your software applications. Our platform is very flexible, so you'll be able to use several configurations in accordance with the system requirements of your scripts. For example, you will be able to activate APC for several versions of PHP for the entire account and specify the version that each website can use, or you can have the exact same version of PHP, but enable or disable APC just for particular websites. This is done by placing a php.ini file with a line of code within the domain or subdomain folder where you require the customized configuration.

APC (PHP Opcode Cache) in Semi-dedicated Servers

APC is provided with all semi-dedicated server plans since it's pre-installed on the cloud website hosting platform where your account will be created. In case you wish to use this module, you'll be able to enable it with just a single click in your Hepsia Control Panel and it will be fully operational in a couple of minutes. Since you may want to use other web accelerators for selected websites, our leading-edge platform will allow you to customize the software environment in your account. You will be able to activate APC for different versions of PHP or use it only for some Internet sites and not for others. For example, a Drupal-based site can work with APC employing PHP 5.4 and a WordPress site can function without APC using PHP 5.6. All it takes to do that is a php.ini file with a few lines in it, so you will be able to run websites with different requirements in the very same account.