RIP WordPress and HHVM – We’ve Had a Good Run

WordPress and HHVM have had a good run together. HHVM was initially released in 2013 and quickly became the preferred platform for running WordPress sites. It offered a significant performance boost over the traditional PHP setup, and it was easy to set up and maintain.

However, in recent years, WordPress has moved away from HHVM in favor of PHP 7. This is due to the fact that PHP 7 offers better performance and more features than HHVM. Additionally, HHVM is no longer actively developed, and the team behind it has shifted their focus to other projects.

Despite this, HHVM still has a place in the WordPress ecosystem. It can be used to run legacy WordPress sites, and it can also be used to run certain plugins and themes that are not compatible with PHP 7.

Overall, WordPress and HHVM have had a good run together, and it is likely that HHVM will continue to be used in some capacity for years to come.
[ad_1]

RIP HHVM. The time has come to bid farewell to HHVM when it comes to powering your WordPress sites. We no longer support or offer HHVM at Kinsta. It was never officially supported and the team over at WordPress stopped testing it over a year ago. HHVM v3.30 will also be the last release series to support PHP.

Due to increasing compatibility issues, performance degradation, and no more PHP support, it’s no longer a viable option for production WordPress sites. Therefore, we have phased out HHVM as of August 20th, 2018, for all clients.

If you’re currently using HHVM on your sites, check out more details below regarding how this change impacts you and what you need to do. We also discuss why this isn’t a negative change.

Background of HHVM

Before we dive into why HHVM is going away, let’s take a quick look at why Kinsta started offering it in the first place.

It all started with a little (or what used to be little) site called Facebook. ? It was originally written in PHP and when the site started to take off the computational power that was needed to serve all the requests was off the charts. This was mainly due to the inefficiencies of PHP execution engines that were available at that time. So the engineers and developers over at Facebook came up with a brilliant idea. Instead of simply buying more servers, why not solve the problem at a software level?

So they created a PHP to C++ compiler named HPHPc. The original PHP code was compiled into executable binaries (sometimes file sizes reaching as much as a gigabyte!) and it was run instead of being compiled to opcodes and interpreted.

This resulted in about six times the performance, which is huge! Six times faster may not sound like a lot, but if you look at it the following way, it might help put it in perspective. Instead of having to buy 600 servers to power a web service you only need 100. That’s pretty incredible savings simply due to the fact that you simply changed the way you run the code.

However, as you can imagine, running and maintaining separate developer and debugger versions of HipHop (called HPHPi and HPHPd, respectively), plus distributing gigabytes of executables to each machine after just a couple of changes in the code (think bug fixes), quickly became tiresome and challenging.

So in 2013 Facebook decided to deprecate HPHPc, but recycle the code and the experiences they gained from having it in production for at least three years and launch the HipHop Virtual Machine (HHVM). This engine converted PHP to bytecode which is then converted into 64bit machine code at runtime by a just-in-time (JIT) compiler. This, in turn, resulted in even greater performance gains! ?

HHVM logo
HHVM

Many demanding and high-traffic sites at Kinsta have utilized HHVM over the years and have seen incredible decreases in load times. HHVM also enables object caching, which is an internal caching system that was introduced by WordPress to store data from the database in PHP memory. This increases database efficiency by reducing the number of database calls and speeds up PHP execution times. This means that HHVM has always been great for more dynamic sites that have a lot of uncacheable content.

But unfortunately, with all that being said, HHVM has run its course when it comes to WordPress and PHP. We’ll dive into why below.

HHVM is No Longer an Option for WordPress

Here are just a few of the many reasons why HHVM is no longer a suitable technology for WordPress or Kinsta clients.

First off, HHVM has ended support for PHP entirely as of version v3.30.

Second, it’s important to note that HHVM in fact, was never officially supported by WordPress. It was made compatible thanks to some members of the WordPress core team who were obsessed with speed (#27881). Some WordPress hosting providers, such as Kinsta, then made this available (we launched it in 2016) to clients to take advantage of the additional performance gains.

WordPress actually stopped including HHVM as part of its core testing infrastructure as of May 2017 (over a year ago). Here is what John Blackbourn, a WordPress Core Developer had to say about it:

If you’re running a WordPress website on HHVM, you should consider switching to PHP 7+ which is far more widely supported and tested, and offers all of the memory and performance benefits that HHVM pushed forward.

Due to HHVM no longer being tested by members of the WordPress core team, bugs and compatibility issues have started to emerge. Many of these we have witnessed first-hand (#8194). What started as a trickle of failures nearly a year ago has become a steady stream of failures with the latest version of HHVM, and they are now affecting the functionality of popular third-party WordPress plugins and themes. Therefore, HHVM is no longer a stable or suitable solution for WordPress sites.

Beyond support for HHVM hosting, our PHP vs HHVM benchmarks have shown that PHP 7.2 actually performs faster than HHVM. For the first time ever, PHP took the trophy in all the tests; which included a standalone WordPress site, WooCommerce, and Easy Digital Downloads. ?

WordPress benchmarks (PHP vs HHVM)
WordPress benchmarks (PHP vs HHVM)

And PHP 7.3 and 7.4 are even faster. Check out our in-depth PHP benchmark results.

WordPress 5.0 PHP benchmarks
WordPress 5.0 PHP benchmarks

Therefore we recommend using PHP 7.4 for the best performance. We currently offer PHP 7.2, 7.3, and 7.4 in the MyKinsta dashboard. You can easily switch between PHP engines with a single click.

Update: PHP 8.1 (official release) is now available to all Kinsta clients. PHP 7.4 is no longer supported at Kinsta. Please note that we support PHP versions 8.0, 8.1.

Active PHP support
Active PHP support

You can switch to the updated PHP versions we support here at Kinsta right from your MyKinsta dashboard.

MyKinsta PHP version switching
Easily switch PHP versions in MyKinsta

HHVM End-of-Life (EOL)

Below are all the details and deadlines in regards to our phasing out of HHVM.

  • As of June 15th, 2018, switching to HHVM was no longer be available from the MyKinsta dashboard. Important: If you moved away from HHVM after this date you were no longer able to switch back.
  • On August 20th, 2018, HHVM was phased out completely. This means that all HHVM sites were switched to PHP 5.6+ and HHVM was completely removed from the MyKinsta dashboard.

Moving From HHVM to PHP

Kinsta routinely upgrades server-side software to keep things up-to-date, not only for the most basic reason of security but also for performance.

As with any piece of software, PHP has a release lifecycle which it has to adhere to in order to keep pushing things forward and making improvements. Each major release of PHP is typically fully supported for two years after its release. During that time, bugs and security issues are fixed and patched on a regular basis.

Supported PHP Versions for WordPress
Supported PHP Versions for WordPress

As you can see above, PHP 5.6 and 7.0 are already gone and 7.2 will be phased out in a similar fashion toward the end of 2020. That is why we highly recommend moving to a higher version of PHP as soon as possible, preferably PHP 7.3 or 7.4.

To help with the transition, we put together a tutorial on how to test and move your site properly from HHVM to PHP. Remember, some plugins or themes might have compatibility issues with newer versions of PHP, so you should follow the steps we’ve outlined to ensure a smooth transition without downtime. That is also another reason why we gave everyone a heads up! To test before the deadline.

Summary

WordPress has had a good run with HHVM and for many of you it has provided blazing fast speeds! But not to worry, you should see even faster speeds on PHP 7.4. In the long run, we are excited about this change. For one, it means no more confusion between which PHP engine you should use for your site. It also means more time will be spent improving the core PHP language in terms of performance on the WordPress platform.

If you have any thoughts or concerns about us phasing out HHVM, please feel free to reach out to our support team 24/7. We would also love to hear your feedback below in regards to making the switch to PHP.

[ad_2]

Source link

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

GSTIN is 03EGRPS4248R1ZD.

Contact
Jassweb, Rai Chak, Punjab, India. 143518
Item added to cart.
0 items - 0.00