Joan Miquel
Joan Miquel
  
Laravel Orchid admin panel with Workerman, with Laravel the login is working  Drupal with Workerman, but still fail the login with symfony. 
Laravel and Symfony login working !!!
https://user-images.githubusercontent.com/249085/197398600-388ebce3-ece9-4dfa-ba98-fc4d61805e07.mp4
Now I'll create a docker with the symfony-demo. In port 8080 with Workerman and in 8081 with php-fpm.
Symfony initialization 0ms. And half time per request, once loaded the first time. https://user-images.githubusercontent.com/249085/197398802-fb2bc1e4-ec3d-4a2b-9187-4e40585e5ddc.mp4
Working with CakePHP too
The first results from the bench Without touch a line of code and full ORM. ### Laravel 8 Fw | Plaintext | Json | Single query | Multiple query |...
Yes, it's very significant. And here the results are bad, for using the very slow Laravel ORM. The next week, we will see the Slim with raw db and optimized...
I don't know any PHP ORM optimised for persistent apps.