logo

Benchmarks: Laravel vs. Other Frameworks

How fast is Laravel compared to other PHP frameworks? Following frameworks have been compared:

A series of ApacheBench stress tests were conducted on my machine, reproductible on your own if you follow methodology page. Subject of testing is raw MVC performance (routing, controlling, templating), as detailed here:

  1. speed of answering to requests for HTML resources using framework's native templating engine (eg: )
  2. speed of answering to requests for JSON resources using framework's native JSON renderer

Laravel vs. Lucinda

Based on raw ApacheBench results obtained here, it is clear that Lucinda is times faster on all criteria measured.

Laravel vs. Symfony

Based on raw ApacheBench results obtained here, it is clear that Symfony is times faster on all criteria measured.

Laravel vs. CodeIgniter

Based on raw ApacheBench results obtained here, it is clear that CodeIgniter is times faster on all criteria measured.

×