laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.32k stars 130 forks source link

Tinker get too much slow after upgrading PHP to 7.4 #84

Closed imami closed 4 years ago

imami commented 4 years ago

Steps To Reproduce:

php artisan tinker

bobthecow commented 4 years ago

Are you seeing the same issue running psysh directly? Do you have slow startup times if you create a fresh Laravel project?

MatanYadaev commented 4 years ago

I have the exact same issue, but it's not specifically because of tinker. Even if you will try to enter a PHP's page or php artisan config:clear it will be slow as well.

I didn't solve the issue, but I notice if I will stop the MySQL process everything works regularly.

Update: After downgrading to MySQL 5.7 everything works fine

driesvints commented 4 years ago

I don't experience tinker as running slow myself on 7.4 tbh. Closing because of inactivity.