-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed role: debops.hhvm #194
Comments
AFAIK PHP7 will improve the performance a lot. Maybe its easier to focus on PHP7? |
The good news is, Of course there's also upstream .deb repository with releases for Wheezy and Jessie, so we could go that route, however I would prefer to use Debian version as soon as it's available. The other matter is support in different DebOps roles that rely on |
@carlalexander already wrote a role which uses upstream packages. https://github.com/carlalexander/debops-wordpress/tree/master/roles/hhvm For the inpatient once, you can go with this for now 😄 |
Can be closed in favor to PHP7. |
HHVM, or the HipHop Virtual Machine, is a virtual machine for PHP developed by Facebook to improve the performance of PHP applications. Unlike the regular PHP runtime, HHVM uses a just-in-time compiler to convert scripts into native machine code. As a result, third-party benchmarks have shown as much as a 3x load time reduction over PHP-FPM 5.4 for tasks like loading a regular Drupal website.
Read more at: https://www.vultr.com/docs/installing-hhvm-and-nginx-apache-on-ubuntu-debian-mint
The text was updated successfully, but these errors were encountered: