Laravel/MySQL: Very high query runtime
In my laravel project I am currently doing some testing with database seeders to check the performance with many database entries. In my project I have a Model FlightView using a SQL view as database by doing protected $table =…