• Hello Emre Vona,

    Hope you are doing good.

    You can speed up your WordPress site so it’s around three times faster or more with the OPcache PHP OPcode caching system. OPcache is a type of caching system that saves precompiled script bytecode in a server’s memory called a cache, so each time a user visits a web page, it loads faster

    Planning to enable and use with WP Fastest Cache,

    What is the compatibility issue Why should i not use opcache with WP Fastest Cache

    FYI: We are using WP Fastest Cache premium plugin So looking for your update on this.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter prosatya

    (@prosatya)

    Same question with redis also please combine this in your answer.

    Plugin Author Emre Vona

    (@emrevona)

    OPcache stores the php code into memory on the first execution, to be reused afterwards, thus leading to performance boosts. It causes lots of problems.

    When a page is cached by wp fastest cache, the page is saved as a static html file so PHP is not used so you do not need to use OPcache.

    Thread Starter prosatya

    (@prosatya)

    Thank you for kind of response and provide updates.

    WordPress admin dashboard is very slow and using lot of memory, Website front end is good

    Website Perfomance is good before some time ,Suddenly admin dashboard very slow.
    .
    I’m Using “WP Fastest Cache Premium” any idea how can i boost,

    FYI Used Query Monitor, Health check and Troubleshoot plugin to identify issue , Still no lick. Any idea ?

    Plugin Author Emre Vona

    (@emrevona)

    Opcache is installed into the server. a plugin is not enough using opcache. plugins are only used to clear cache created by opcache.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wordpress performance opcache WP Fastest Cache’ is closed to new replies.