php-framework-benchmark
php-framework-benchmark copied to clipboard
PHP Framework Benchmark
Hello, I'm using flightphp. Can you try flightphp's performance benchmark ? https://github.com/mikecao/flight
Currently Typo 3 tries to connect to MySQL during the benchmark: ``` Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (111)' in...
Currently it takes hours to reproduce the same stack that are used to produce the benchmark results. This demotivates others from reproducing the benchmarks on their own servers / workstations,...
It would be incredibly insightful if (by special config or by default) blackfire profiles could be generated for each of the framework hello world requests. The implementation can be as...
Currently, [the "time" results is taken from a single request](https://github.com/kenjis/php-framework-benchmark/blob/963f129a124bb6ec2f8c46d731aa2ee704b34cc6/benchmarks/_functions.sh#L10-L14) I suggest we use the result that ab already reports "Time per request: 78.445 [ms](mean)" which is the mean based...
Many frameworks sets the Content-Length header based on what is actually returned in the actual controller method. When curl requests the resource, it will only save output the length of...
To keep the throughput numbers unaffected by extra benchmarking code, the memory, time and file results should not be calculated/required/communicated when running ab tests. It is only needed once, when...
It's not clear from the code here whether or not you used a specific php.ini that loads phalcon.so for the non-phalcon benchmarks. Loading a blank page with phalcon.so has a...
Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.18.0 to 1.44.7. Changelog Sourced from twig/twig's changelog. 1.44.7 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) 1.44.6...
Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.31.0 to 1.44.7. Changelog Sourced from twig/twig's changelog. 1.44.7 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) 1.44.6...