List records very slow, creates a lot of models

Hi! We are currently working on performance improvement of our admin panel. Using the Laravel-debugbar library (https://github.com/barryvdh/laravel-debugbar) we found that for our database table with 56 users, 1130 User models are created when loading the User resource list page. Resulting in a load time of over 3 seconds with 45mb of memory usage. Is there any way to prevent or improve this?
GitHub
Debugbar for Laravel (Integrates PHP Debug Bar). Contribute to barryvdh/laravel-debugbar development by creating an account on GitHub.
Was this page helpful?