opcache

  1. K

    Clearing PHP OPcache: A Complete Guide

    OPcache caching system is a great way to speed up your WordPress website. It saves precompiled bytecode in the server which saves bandwidth and server resources. But there are times when caching create problems. For example, when you update the server code, the user may not see the changes on...
  2. K

    Is it possible to use opcache in suphp handler?

    No, you cannot use opcache in suphp as its not compatible. If you want to use opcache then you have to install any other PHP handler like CGI. You can easily change handler in WHM : Login to WHM. Here click on “EasyApache 4”. Here you can customize your handler according to your need.
  3. bhawanisingh

    What is Opcache and steps to enable Opcache in cpanel?

    CPANEL: CPanel is the web hosting control panel which is based on Linux operating system. It provides the interface of graphics and automation tools. This tool makes the website hosting process very simple. CPanel functions as a virtual private server or dedicated server. Once cPanel is...
Top