Vapor and RDS are super slow
On my local machine, I'm getting sub 1s times, but when I push the same code to Laravel Vapor, It's taking 3-5 seconds per request. Even the simple user query takes over 600ms:
When I run the query straight from my Sequel Ace app connected to the same RDS instance, it only takes 10ms.
Why is Filament 10x-ing the time?
1 Reply
up