Answer the question
In order to leave comments, you need to log in
Is this number of Laravel debugbar requests normal?
I inherited the project. After installing debugbar I saw this picture...
https://image.prntscr.com/image/Af-R1I4tRu_iuNiLeXj7Aw.png
https://image.prntscr.com/image/cNFBu0GeRFSdwb1ieLeV7g.png
Answer the question
In order to leave comments, you need to log in
Of course not. Most likely you have N + 1 queries all over the place. You need to use with() to eliminate them. I think you should not have more than 20 +- 10 requests
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question