Slow application on production
Hi. So basically I deployed an application to a Digital Ocean droplet using Laravel Sail to make my life easier at the deploy and I'm facing really long loading times even in the dashboard, and when going to a resource table it can take up to 10 seconds to load. The same slow behavior happens when switching pages of the paginated table or going to a specific record to edit it.
If you need more details or screenshots of certain information let me know and I'll provide them.
In my local development I'm using Herd and it works just fine.
2 Replies
From what I understand, Laravel Sail isn't for production use - it's just to get an environment up and running locally with docker
I'd look at Sail, too. We have the demo running on Digital Ocean without issues.