Slowness on the server
Hi everyone, has it ever happened to you that using Filament locally is perfect while on the server it is slow?
4 Replies
@malivodka Maybe there is some queries that are slow - you can use this package to debug your queries
https://github.com/barryvdh/laravel-debugbar
GitHub
GitHub - barryvdh/laravel-debugbar: Debugbar for Laravel (Integrate...
Debugbar for Laravel (Integrates PHP Debug Bar). Contribute to barryvdh/laravel-debugbar development by creating an account on GitHub.
Make sure you use OPCache
@malebestia. ^^