PHP 7 + OpCache Now Available On All Shared SiteGround Servers

php72

PHP 8.4: Stay Updated!Β πŸš€ Check out our latest blog post to explore the newest features and enhancements in PHP 8.4.

UPDATE: PHP 7.0 has Memcached support which you can use for object caching. If you’re using our SiteGround Optimizer plugin, it will automatically use the appropriate drop-in.
 

HHVM has significantly changed the way PHP sites are optimized for performance. Right now it is probably the fastest stable execution engine for PHP scripts. However, with PHP 7 on the horizon things may change and HHVM may face a serious competitor as according to some benchmarking tests and those disclosed by Zend, PHP 7 is much faster than HHVM.

Important: Even though it’s stable, PHP 7.0 is still in beta and it’s not recommended that you use it on live websites. In addition, it does not yet have Memcache support which means that if you want to use the SuperCacher and PHP7, you need to disable the Memcache option from the plugin backend before switching to PHP7.

Why Should You Use PHP 7?

The main advantage of PHP 7 is that it is much faster than any of the available PHP 5.x releases. The fact that PHP 7 provides opcode caching by default is the main reason for the performance improvements provided by PHP 7.

How To Activate PHP 7 on a SiteGround server?

Here at SiteGround we believe that our clients should have access to the latest technologies as soon as those technologies are stable enough for secure usage. That is why we have added the latest PHP 7 beta version to all our servers.

You can activate PHP 7 directly from the PHP Version Manager in cPanel or by adding a line in your .htaccess file. The PHP 7 OpCache functionality is enabled by default. The folder which is used by PHP 7 to store the opcache is:

code

If you want to clear the cache you can simply delete the whole .opcache directory.

Are Any Issues Expected?

We have tested default installations of some of the most popular apps (WordPress, Joomla!, Drupal, etc.) and we did not notice issues. However, as PHP 7 is the largest shift in PHP technology since the upgrade to PHP 5.3, issues will occur for sure. In PHP 7 many things have been changed and some functions have been deprecated so developers may check this article by Cal Evans from Zend for more information about the backwards compatibility issues that could occur.

[subscribe_cta]

43 Replies to “PHP 7 + OpCache Now Available On All Shared SiteGround Servers”

  1. Thanks for letting us try PHP 7 ! πŸ™‚

    I tried it on a WordPress blog. It works great, but maybe you should warn user to delete the SiteGround CachePress plugin before activating PHP 7. You have to delete the plugin and the /wp-content/object-cache.php file to make it work.

    So far, speed seems great, I’ll keep a close eye on performances for a couple of days.

      1. Yes, if you delete the droplet and there aren’t any other problems, it should work. But don’t delite the entire SG CachePress plugin, just disable the Memcache option. We’re working on a patch for that at the moment so we will make it available with PHP 7 shortly.

  2. this sentence is completely wrong
    “The fact that PHP 7 provides opcode caching by default is the main reason for the performance improvements provided by PHP 7.”

    PHP7 is faster than previous versions thanks to the new AST, memory optimisation and old code cleanup. All the benchmarks against php 5.5 and 5.6 had the opcache active, therefore how come php7 becomes faster by turning it on?

    1. Hello Matteo, you are right, but we at SiteGround haven’t been providing opcode caching in particular for PHP so far. This is why we say that in our point of view PHP 7 is much faster. Regards!

      1. Our techs have tested the installation of the latest Joomla in general. They haven’t tested specific functionalities of the website. The main idea of the post is to make more people aware that PHP 7 beta is already available on our servers, and if their current host does not offer it yet – they are welcome to test it out with us, and find out how it’s working for them. Regards!

    1. Yes, you can try out PHP 7 + OpCache on our WordPress hosting. Just change the PHP version from your cPanel. Regards!

  3. Your home page says our customers loves us. Well, I love you. Siteground has removed the headache of thinking about the host and your application. You guys are models for other hosting companies.

  4. Being a startup web developer from Nigeria, Siteground has helped me look bigger in the presence of my clients, I wouldnt recommend any other web host, Site uptime, speed, Customer care all very solid…. the learning platform and the awesome backup retrieval when i crash everything.
    Thank you a zilion.

  5. I am now using PHP 7 beta 3 and apparently it is working fine but I don”t see performance improvement.

    Now there is already PHP 7 RC 2 and on September 17, it will be released PHP 7 RC 3.

    PHP 7 Beta 3 is already two version old, when do you plan to give us a newer version of PHP 7 ?

    Thank you
    Enrico

  6. I’ve been with many other hosting companies but I did not last long and for a lot of technical and features reasons which Siteground resolved! I am not moving anywhere, anytime soon!

    Before moving to SG, I took the time to test my existing site speed, and support and when I moved, there was a big difference between SG and my previous hosting!

    You guys are great and if you continue to be the best at what you do, you might have to rent a bigger office/building to make room for more SG team!

  7. Hey SG,

    i think to have PHP 7 with Opcache on a Shared Hosting Platform will be great,
    From a security point of view: as the Opcache is written in a shared memory. How do you separate “customers opcache memory” in the webservers memory ?

    Best,
    Martin

  8. Do you know if there is a list of compatible plugins for WordPress somewhere?

    Also, it would be great if Memcache could work with PHP 7 at some point πŸ™‚

    Best regards,
    Michael

    1. If you’re using PHP7 you can simply enable the Memcached service from the SuperCaching plugin and the page in cPanel. It will work with memcached instead of memcache but you shouldn’t feel any difference. As to the plugins, it’s really up to their developers to make them compatible with PHP7 and that’s probably a feature that should be added in the official WordPress repo because it would be impossibe for us as a host to gather and organise that information.

  9. Yo peeps, I ran PHP 7 and moved back to PHP 5
    ( although PHP 7 is fine, OPCache is fine too but I had too go back for a specific reason )

    But the OPCache was still interferring with the website so I had to flush it SFTP mannually

    root PHP7
    subfloder PHP7 – then – PHP5

    1. Maybe the dynamic caching was showing fully cached page content, the OPCcache cannot return data if you switch back to 5. Hope that you will manage to sort your code and move to PHP 7 because it’s really way better πŸ™‚

    1. PHP7 dramatically improves the speed of your WordPress backend. If you have too many inodes, I would recommend deleting the /.opcache folder from your account. Maybe you’ve switched between 7.x versions and something went wrong. Furthermore, please update to 7.1 at least if not to 7.2 – there are massive improvements over 7.0. PHP5.6 is already thing of the past and in my opinion in 2018 it should not be used for any production site.

  10. Hello, how can I see how many extra inodes are being used by opcaching please? I have sooo many extra inodes and I’ve no idea where they are coming from, so I’d like to delete them. Thank you.

  11. Hi, I deleted the .opcahche folder from my web space on my website server, and shortly after my website isn’t displaying it’s normal contents. How do I get my website back?

    1. Hey Huzain! When you need to clear the cache – always make sure you’re deleting the .opcache’s contents, not the folder itself. Not to worry though – we have backups just for cases like this one. Here is how you can restore your entire site or just parts of it: https://www.siteground.com/tutorials/getting-started/backup-and-restore-tool/. If you need further assistance – we’d love to assist, please contact us from the Help Center by following the steps here: https://stgrnd.co/contactus/ .

Leave a Reply

Your email address will not be published. Required fields are marked *