• Resolved JibsouX

    (@jibsoux)


    Hello,
    I would like to know if the 2 plugins are really compatible concerning the opcache?
    As the 2 plugins use opcache I wonder if the work is not done twice ?
    Thank you for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi there,

    I would like to know if the 2 plugins are really compatible concerning the opcache?

    Yes, it is.

    As the 2 plugins use opcache I wonder if the work is not done twice ?

    By design, OPcache will not cache it twice. It caches based on the full path file, not just the file name.

    When OPcache is enabled on your server, it will cache any PHP script/file, not just plugins, any WordPress PHP files will be cached by OPcache depending on the configuration.

    Docket Cache does object caching by storing the cache into PHP files. When reading the cache, it will not directly read from the file, it will read it from the server’s shared memory since OPcache already cached it.

    I hope this answer your question.

    Thanks.

    Thread Starter JibsouX

    (@jibsoux)

    PERFECT !
    Thanks again for this wonderfull plugin !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Litespeed Cache + Docket Cache : opcache ?’ is closed to new replies.