HHVM
Language: | English |
---|
Group: | Platform |
Start: | March 2014 |
End: | |
Team: | Tim Starling, Aaron Schulz, Chad Horohoe, Antoine Musso, Dan Garry, Max Semenik |
Lead: | Ori Livneh |
Status: | See updates |
- See HHVM/About for the short description of the current Beta Feature.
HHVM is a PHP interpreter tool that should decrease the loading time for: any page you view while logged in, and for saving pages that you've edited whether you are logged in or not. People who are using this tool have their edits tagged with a link to this HHVM page in the edit history, to enable faster discovery of any potential bugs. In addition to editors who opt-in to the BetaFeature, 50% of New Editors currently have HHVM turned on by default. A steadily increasing number of page-views by not-logged-in users are also being served by HHVM (10% as of late October). Anyone who sees a problem with this tool should report it on the talk page.
Contents
Status
Mark submitted a series of patches to create a service IP and Varnish back-end for an HHVM app server pool, with Giuseppe and Brandon providing feedback and support. The patch routes requests tagged with a specific cookie to the HHVM back-ends. Tech-savvy editors were invited to opt-in to help with testing by setting the cookie explicitly. The next step after that will be to divert a fraction of general site traffic to those back-ends. The exact date will depend on how many bugs the next round of testing uncovers.
Tim is looking at modifying the profiling feature of LuaSandbox to work with HHVM; it is currently disabled.Roadmap
HHVM a new way for websites to run MediaWiki (written in PHP). It is sometimes known by its full name HipHop Virtual Machine and has a just-in-time compiler (JIT). HHVM should speed up page viewing for logged-in users and also speed up the saving of edited pages for all users.
This page is about Wikimedia-sponsored work on HipHop support in MediaWiki, and its deployment to Wikimedia production wikis.
Historically, the HipHop compiler was a project by Facebook which involved compiling PHP code into C++ for purposes of speeding up the language. Facebook has since abandoned this project, and now their development efforts are focused on HHVM itself instead
Here is the general plan for deploying HHVM to the production cluster:
- Deployment to Beta Cluster (currently ongoing work, in parallel with other work)
Done
- Week of July 21: deployment to a few job runners in production
Done
- Deploy to test.wikipedia.org application server
Done
- Deploy Varnish module allowing partial deployment to a fraction of application servers
Done
- Limited deployment to small number of application servers
Done
- Ramp up deployment to more application servers until most servers use HHVM
- Deploy to remainder of services
Each step along the way will likely cause discovery of new bugs that need to be fixed before the next step can be completed, so dates are difficult to venture at this time.
Current work
- [Bug 72556] HHVM: not respecting time zone (2014-10-27 12:52:40)
- [Bug 71413] [OPS] hhvm 3.3.0-20140925+wmf3 has some annoying build dependency (2014-10-24 13:42:23)
- [Bug 72205] Parser::doBlockLevels performs poorly under HHVM (2014-10-23 02:08:27)
- [Bug 72345] HTML tidy not executed under HHVM; messes up page layouts (2014-10-22 23:15:25)
- [Bug 71947] Incorrect tagging of a certain edit at English Wikipedia – AbuseFilter's diff and the real diff are not the same (2014-10-22 22:38:10)
- [Bug 72358] Unable to execute sendmail -t -i (2014-10-22 19:25:36)
- [Bug 43967] Internal error: Could not determine if the copy succeeded. (2014-10-22 14:28:09)
- [Bug 72228] At least one user is permanently unable to use Special:RecentChanges on translatewiki.net (2014-10-21 08:01:03)
- [Bug 72221] hash_init leaks memory in hhvm, impacting performance of pbkdf2 (2014-10-20 15:56:26)
- [Bug 72106] "Remove unused code/messages" has not taken full effect (HHVM cluster out of date?) (2014-10-19 17:41:36)
Bugzilla: Open bugs, All bugs.
Rationale
It is a well-studied phenomenon that even small delays in response time (e.g. half of a second) can result in sharp declines in web user retention.[1][2] As a result, popular websites such as Google and Facebook invest heavily in site performance initiatives, and partially as a result, remain popular. Formerly popular sites (such as Friendster) suffered due to lack of attention to these issues.[3] Wikipedia and its sister projects must remain usable and responsive in order for the movement to sustain its mission.
Facebook, as a big user of PHP, has recognized this problem, and invested heavily[4] in a solution: HHVM, a virtual machine that compiles PHP bytecode to native instructions at runtime, the same strategy used by Java and C# to achieve their speed advantages. We're quite confident that this will result in big performance improvements on our sites as well.
What will HipHop do for our end users?
MediaWiki is written in PHP, a language that is interpreted at run-time. The overhead of running this PHP code every time someone views a page necessitates the usage of caching servers, running software such as Varnish, which cache the HTML generated by running this PHP, so that the PHP does not have to run every time a page is viewed. These caches only serve users that are not logged in.[5] Actions which are not affected by the cache, and therefore are affected by the run time of PHP code, include:
- Any page you view while logged in.
- Saving pages that you've edited, whether you are logged in or not.
Therefore, any action we can take to reduce the time it takes for MediaWiki's PHP code will therefore also decrease the loading times of our site for all of our logged in users and anyone who edits anonymously.
HipHop was written to be a faster, more efficient PHP interpreter than our current interpreter (Zend). It is our hope that by implementing HipHop as a replacement for Zend, our users will notice a tangible increase in the performance of our sites.
How does our development work on HipHop affect MediaWiki developers?
In our initial sprint of work, due to be finished at the end of March 2014, we hope to make it so that anyone can elect to use HipHop on Beta Labs instead of Zend. This will be on a totally opt-in basis which can be disabled at any time. This will allow the MediaWiki Core team to gauge the performance of HipHop against that of Zend directly using our current test infrastructure, instead of just estimating theoretical performance increases. It will also create a development environment that will help us see how much work is needed to make HipHop compatible with MediaWiki, and as such let us create an estimate for how long it will take us to get HipHop live on production as a full replacement for Zend.
For other MediaWiki developers, the consequence of HipHop being deployed in this manner is that if they are using the Beta Cluster as a test environment, they will find it trivial to test how their patches perform using HipHop instead of Zend if they wish to. However, to minimise the disruption of our work, the opt-in nature of the infrastructure will allow developers will be able to continue to develop totally agnostic of the future HipHop migration if they wish to do so.
See also
- HHVM/About
- HHVM/Vagrant: Setting up HHVM in MediaWiki-Vagrant
- Ori presenting at @Scale about migrating to HHVM
- HHVM in production: what that means for Wikimedia developers
References and footnotes
- ↑ "Bing and Google Agree: Slow Pages Lose Users" - Brady Forrest - O'Reilly Radar
- ↑ Greg Linden's blog: "Marissa Mayer at Web 2.0" - Marissa Mayer pointed out that a change from 0.4 seconds to 0.9 seconds in response time from Google caused a 20% drop in revenue and traffic.
- ↑ "Wallflower at the Web Party", New York Times, October 15, 2006. Quote: "Kent Lindstrom, now president of Friendster, said the board failed to address technical issues that caused the company’s overwhelmed Web site to become slower."
- ↑ http://www.wired.com/wiredenterprise/2013/06/facebook-hhvm-saga/
- ↑ By definition, users that are logged in cannot be served pages from a static cache, as the page served to them must include user-specific HTML such as their username at the top right of the page. This, unfortunately, creates a situation where simply logging in causes a tangible decrease in how well our sites perform for you.