DISQUS

Connected Internet: Ultimate Wordpress Site Speed – Install WP-Cache2 AND APC At The Same Time

  • mod · 3 years ago
    Next time you get "dugg"
  • Matthew · 3 years ago
    Yeah, it is noticeably faster isn't it. Actually on this server it wasn't entirely straightforward to install APC, since I had to compile from source... on Debian, Ubuntu, and other apt-based distros it's much easier. Glad to be able to help :-)
  • Paul Menard · 2 years ago
    Awesome. I just migrated a site and have been beating my head against a wall trying to figure out why WP-Cache craps out when I enable it on a new server running APC. Rock!
  • Everton · 2 years ago
    Did it work Paul? Also look at this fix if you use WP-Cache with sk2
  • Ashish Mohta · 2 years ago
    APC is pretty cool.Bu ti am not sure how to use it.Should i ask my hosting or anybody can do it.
  • Everton · 2 years ago
    if you ask your host nicely they will probably install it for you
  • Ahmed Bilal · 2 years ago
    Ya know, a more detailed tutorial will get you a big digg on this :)
  • Quix0r · 2 years ago
    I had this problem here:

    # pecl install apc
    downloading APC-3.0.14.tgz ...
    Starting to download APC-3.0.14.tgz (108,511 bytes)
    .........................done: 108,511 bytes
    40 source files, building
    running: phpize
    Configuring for:
    PHP Api Version: 20041225
    Zend Module Api No: 20060613
    Zend Extension Api No: 220060519
    ERROR: `phpize' failed


    Well, I have solved it and just want to show it to you: (you may need to alter some paths!)


    cd /tmp/pear/cache/APC-3.0.14/
    ./configure --with-apxs # (please read the INSTALL file why I use this here)
    make all install


    Now you need to add some entries as described in the INSTALL file to your php.ini(s).

    Greetings,
    Q
  • sms gratuit · 5 months ago
    thanks you