mirror of https://github.com/php/php-src
Browse Source
PHP should be built with the folowing steps: make clean make -j4 prof-gen ; now php should be trained with some scripts ; for example `sapi/cgi/php -T 1000 /var/www/http/wordpress/index.php > /dev/null` make prof-clean make -j4 prof-use The "properly" trained build may give up to 10% real performance boost! "Improprly" trained PHP might be even slower.pull/1306/head
2 changed files with 16 additions and 3 deletions
Loading…
Reference in new issue