Lesson 14/21 · 3:43 min
Repository for this lesson
I only use laravel as an api, is there a way to check the number of queries?
Yes! For that you can use one of these tools:
https://pulse.laravel.com/ https://laravel.com/docs/11.x/telescope
They have different use-cases, but both can help you work out problematic places :)
thanks
I only use laravel as an api, is there a way to check the number of queries?
Yes! For that you can use one of these tools:
https://pulse.laravel.com/ https://laravel.com/docs/11.x/telescope
They have different use-cases, but both can help you work out problematic places :)
thanks