BuddyBoss Home – Web Support Forums Themes Boss. theme Great Caching Solution for PHP 5.5

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #40343
    @ubrandon

    Hey everyone, I wanted to share what I found to be the best object caching solution I could find for PHP 5.5 and above. APC is no longer used for these higher versions of PHP and instead Zend OpCache is now built in! Here are some instructions if you are interested. It has sped up my site an incredible amount. 🙂

    Simply put this code in your php.ini file (only for PHP 5.5 and onwards)

    zend_extension=opcache.so
    opcache.memory_consumption=512
    opcache.max_accelerated_files=50000

    Now I recommend you download OpCache Dashboard plugin for WordPress.

    Works like a charm.

    Cheers!

    Answers

    #40407

    Anonymous
    @

    @ubrandon Thanks for sharing

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Great Caching Solution for PHP 5.5’ is closed to new replies.