• Dolomats0

    (@dolomats0)


    Hello

    First i wanna say Congratulation, this is an awesome pluging it really speed up my website.

    So i have a question, i have Memecached and APC installed on my server and i wannna know wich one is the best for me to use as cache method ?

    i m not using Multiple server.

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Madalin Ignisca

    (@madalinignisca)

    I’d recommend you start with APC (APCU in php 5.4+ if you use Opcache as well).

    Switch to Memcache when you will need to deploy the site on multiple servers; that would be a scenario of hundreds of pageviews at the same time.

    APC(U) would be even faster on a single server as you access everything internal PHP – APC, as on PHP – Memcache you have a special network layer, and you have also the network delay as well (if you have separate servers).

Viewing 1 replies (of 1 total)
  • The topic ‘Memcached or APC’ is closed to new replies.