• Resolved Aaron

    (@aaronatfpc)


    I see you recommend setting W3 Total Cache to “Disk: Basic” for compatibility on shared servers. For VPS servers, which opcode setting do you recommend? At this writing, I see I can choose from APC, eAccelerator, XCache, and WinCache in W3TC.

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

Viewing 1 replies (of 1 total)
  • Plugin Author tokkonopapa

    (@tokkonopapa)

    Hi @aaronatfpc,

    I think it’s good idea to combine W3TC disk basic + PHP accelerator and IPGB to balance the performance and security!

    There’s many benchmark report, for example here and there.

    In my experience, Zend OPcache is the best.

    IMO, the most important is the corresponded PHP version, because PHP 7.x is faster than PHP 5.x. Here is from my test environment MAMP Pro 5.0:

                    5.4    5.5    5.6    7.0    7.1    7.2
    APC             o      o      o      o      o      o
    eAccelerator    o      x      x      x      x      x
    XCache          o      o      o      x      x      x
    OPcache         x      o      o      o      o      o

    It seems eAccelerator is a bit old.

    I adopt WP Super Cache + Preload + IPGB. Please have a consideration.

    I hope those may help you.

    Thanks for asking!

Viewing 1 replies (of 1 total)
  • The topic ‘Settings for W3TC on VPS’ is closed to new replies.