README.md 1.3 KB

Cake PHP Benchmarking Test

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

JSON Encoding Test

Uses the PHP standard JSON encoder.

Data-Store/Database Mapping Test

Uses the CakePHP Model functionality.

Infrastructure Software Versions

The tests were run with:

Cake Debug mode is set to 0 in core.php, as appropriate for a production deployment.

To support the Cake JsonView and use the recommended URLs, we also made a routes configuration change.

Test URLs

JSON Encoding Test

http://localhost/index.php/json

Data-Store/Database Mapping Test

http://localhost/index.php/db

Variable Query Test

http://localhost/index.php/queries?queries=2

Variable Update Test

http://localhost/index.php/updates?queries=2