W
W
WebDev2016-04-19 19:13:41
Laravel
WebDev, 2016-04-19 19:13:41

Debugbar in laravel not showing request time?

I select data from the model and related data through with (). The debugbar (barryvdh/laravel-debugbar) says that the request for with lasts 5 seconds, although if you execute it separately, it completes in 0.2. Do I understand correctly that the information in the debugger is not a bare request, but a request + binding? Data from with is bound in a loop inside laravel, isn't it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2016-04-19
@alexey-m-ukolov

Judging by the description, the same problem occurred to me: Why does PDO::__construct take 5 seconds from time to time?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question