Skip to content

Instantly share code, notes, and snippets.

@bcremer
Last active August 29, 2015 14:23
Show Gist options
  • Save bcremer/6a6af6d0f3ceff3507e8 to your computer and use it in GitHub Desktop.
Save bcremer/6a6af6d0f3ceff3507e8 to your computer and use it in GitHub Desktop.
PHP 7 Performance
vagrant@php7dev:/var/www/shopware$ php -v && time ./bin/console sw:theme:cache:generate
PHP 5.6.8-dev (cli) (built: Mar 29 2015 04:48:54)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
Generating theme cache for shop "Deutsch" ...
Clearing HTTP cache ...
real 0m4.766s
user 0m4.660s
sys 0m0.084s
vagrant@php7dev:/var/www/shopware$ php -v && time ./bin/console sw:theme:cache:generate
PHP 7.0.0-dev (cli) (built: Jun 18 2015 12:24:47)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0-dev, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
Generating theme cache for shop "Deutsch" ...
Clearing HTTP cache ...
real 0m1.824s
user 0m1.752s
sys 0m0.060s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment