D
D
dimon1192016-02-11 21:48:14
Laravel
dimon119, 2016-02-11 21:48:14

Why does Laravel 5 take a long time to open a page?

Laravel opens the page for a very long time, the debugger shows:
20160211-1349x88-01.jpg
In errors
20160211-1348x118-02.jpg
Tell me what the error is and why the page takes a long time to open
If you refresh the page immediately after that, then everything is fine, and after 5 minutes it may take a long time to load again

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Alexandrovich, 2016-02-11
@tatu

The first thing that comes to mind is Blade compilation
Or data hashing

V
Vyacheslav Plisko, 2016-02-12
@AmdY

Everything is written there, the error is here
https://github.com/laravel/framework/blob/5.2/src/...
So your $driver variable is empty. So you have a problem in the config for queues
in .env, this is QUEUE_DRIVER
and in the config/queue.php folder.
The second problem is also with the config (they probably also try to send a letter because of this delay). Look at what you messed up, try to roll back the configs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question