I don’t believe there’s currently an issue. Question: when did you first start deploying to Render? (Asking because it’s possible the config changed over time when you run yarn rw deploy setup render
.)
Where’s your DB hosted? Network latency between Server<>DB is the number one reason for slow performance in my eperience (even worse than AWS Lambda cold starts).
Recommendations for diagnosing:
- try Studio locally to inspect: Redwood Studio [Experimental]
- try OpenTelemetry in deployment: OpenTelemetry Support [Experimental]