Hamilton Turner 6814f04bc4 Update PHP readme 10 years ago
..
app a5c345516a Remove generated file 10 years ago
deploy c791a06013 name php properly 11 years ago
src c791a06013 name php properly 11 years ago
web 3a34a18641 Remove APC cache (php 5.5 included Zend cache already) 10 years ago
.gitignore f4ae51900a Ignore generated file 10 years ago
.travis.yml c791a06013 name php properly 11 years ago
LICENSE c791a06013 name php properly 11 years ago
README.md 6814f04bc4 Update PHP readme 10 years ago
bash_profile.sh c6d25304c1 Convert setup.py to setup.sh for php-symfony2 10 years ago
benchmark_config c791a06013 name php properly 11 years ago
composer.json c791a06013 name php properly 11 years ago
composer.lock a76008c6cb Lock composer installation, and avoid warming the cache twice 10 years ago
install.sh fcd286ea9a improve setup scripts 10 years ago
setup.sh a76008c6cb Lock composer installation, and avoid warming the cache twice 10 years ago
source_code c791a06013 name php properly 11 years ago

README.md

Symfony 2 Benchmarking Test

This is the Symfony 2 PHP portion of a benchmarking test suite comparing a variety of web development platforms.

This implementation is the direct result of installing the Standard Edition of Symfony 2 using Composer, and making the minimum modifications necessary to support running the benchmark. Specifically, unnecessary bundles have not been removed from the kernel to properly reflect "out of the box" performance. If you're interested in tuned performance, see the symfony-stripped test, which removes and unnecessary components.

Note: app/bootstrap.php.cache is generated by Composer when you first run composer.phar install

JSON Encoding Test

Uses the PHP standard JSON encoder.

Data-Store/Database Mapping Test

Uses the Symfony 2/Doctrine 2 Entity functionality.

Template Test

Uses Symfony's template engine 'Twig'

Infrastructure Software Versions

The tests were run with:

Test URLs

JSON Encoding Test

http://localhost/json

Data-Store/Database Mapping Test

http://localhost/db

Variable Query Test

http://localhost/db?queries=2

Templating Test

http://localhost/fortunes

Interesting Links

Discussion on APC vs Zend Optimizer, PHP 5.4

Symphony2 Performance Tuning