How can I increase filament performance on docker?

I'm using php-fpm and fastcgi_pass from nginx container to the php-fpm server. Without docker it takes below 800ms but after using docker it's like above 2seconds
6 Replies
toeknee
toeknee3w ago
Just use Herd.... then you will get < 500ms
mehico
mehico3w ago
I'm trying to deploy it to AWS
toeknee
toeknee3w ago
Dock should not suffer on AWS. But why are you using docker in AWS rather than a proper container. Using Ploi will deploy it properly on AWS.,
mehico
mehico3w ago
I'm using ECS yeah, I don't know why performance on docker is suffering
toeknee
toeknee3w ago
Filament doest affect docker, so you'll need to speak with an ECS Specialist.
mehico
mehico3w ago
the performance on docker isn't good locally also, not just ECS