Hi PHP developers.
Does someone here tried using slim framework with swoole?
How was it? and does it make your api much faster?
Have you also tried SSR with slim?
Thank you.
Hi PHP developers.
Does someone here tried using slim framework with swoole?
How was it? and does it make your api much faster?
Have you also tried SSR with slim?
Thank you.
For further actions, you may consider blocking this person and/or reporting abuse
MD ARIFUL HAQUE -
Navneet Verma -
Sukhpinder Singh -
westtan -
Top comments (4)
Hey, I recently tried slim with swoole and the benchmark is crazy 60% or so faster than normal slim on local server, buh having issues deploying it on AWS EC2, the performance is so bad, probably am missing out something.
Nice. Thanks for your feedback
Hello, for I/O doesn't make sense use
swoole
or another asynchronous approach. If you really want to try something new, look at the spiral/roadrunner. I'll be waiting for feedback.Thank you. I will look into it