Skip to content

Instantly share code, notes, and snippets.

@azazqadir
Created June 26, 2018 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azazqadir/9a3776a69d484eae09306eb8f714d092 to your computer and use it in GitHub Desktop.
Save azazqadir/9a3776a69d484eae09306eb8f714d092 to your computer and use it in GitHub Desktop.
PHP 5.6 Performance Benchmarks Compared with PHP 7 on Laravel 5.4

When tested Laravel 5.4 on PHP 5 vs 7 for performance benchmark, the latter was 50% faster than the previous version. With PHP 5.4, the response time was 553ms, whereas with PHP 7 it was 274ms. This is enough to prove that it is time to start upgrading to PHP 7 and make websites load faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment