antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

Not work on Laravel 5.7 #106

Closed MahdiMajidzadeh closed 5 years ago

antonioribeiro commented 5 years ago

I'm using it in two different Laravel 5.7 apps, what's your error message?

MahdiMajidzadeh commented 5 years ago

first couple times not work but in next try it's took 8 min to run! is it normal?

antonioribeiro commented 5 years ago

Not normal, but there are some resource which can make it take a lot of time. If you enable database and charts, it should show you the time each one is taking.

image

As you can see above, it takes 16 seconds to check for outdated packages here.

antonioribeiro commented 5 years ago

Closing for now. Ask to reopen if you find any problems, right.

antonioribeiro commented 5 years ago

Disable notifications, it must be trying to send e-mails, and, if queues are disabled, it may take a lot of time when your mail server is not correctly configure.