Try using https://github.com/barryvdh/laravel-debugbar as it can show you the total time it's taken for your app to load and where time is being spent.
Neil
Ha guys, I am currently developing an API for a website I am making. The problem I have now is when I look on the internet, I see large companies running Lumen with huge API's e.g. returning thousands of records and this all happens in around or less then 20ms.
When I do a simple request on my own Lumen I am developing, a simple "hello world" GET takes >80ms.
Can anyone please help me out and tell me how, and with what tools I can "monitor" or "track" the problem? I have no clue on how to or where to start searching as this is my first API that I am building.
I hope you guys can give me some tips :)
Best regards,
Angelo
Please or to participate in this conversation.