Jun 11, 2015
0
Level 1
Laravel API working slow in Lumen
Hi guys,
I decided to give a try to the new laravel micro framework since I was working on a mobile API, I thought it could be a good idea to compare the laravel speed against Lumen.
My surprise is that lumen tests are taking way more time to complete, everything I am doing is a post request for authenticate an user from the unit testing tool.
A normal time for laravel to complete this test is 390ms, in the other hand lumen is taking 900ms.
Of course I am using the same DB and cache driver. Anyone knows if this could be an unit testing problem? Any help is appreciated!
Please or to participate in this conversation.