You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/08 11:02:27 UTC

[GitHub] akrabat opened a new pull request #28: Add PHP 7.2.6 runtime

akrabat opened a new pull request #28: Add PHP 7.2.6 runtime
URL: https://github.com/apache/incubator-openwhisk-runtime-php/pull/28
 
 
   This runtime uses an updated router.php which runs the action code in
   the same process and enables PHP's OPcache byte-code cache. We also
   read the /init config information using `require` rather than parsing a
   JSON file.
   
   This results in a significant performance improvement as can be seen
   in the typical gatlingRun-LatencySimulation results on my dev machine.
   The mean response times are:
   
   * Warm php:7.1 invocation  : 70ms
   * Warm nodejs:8 invocation : 19ms
   * Warm php:7.2 invocation  : 19ms
   
   
   The change to router.php can also be applied to the PHP 7.1 action and it will see similar performance improvements.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services