Replies: 1 comment 2 replies
-
Yes, we'll need your schema to debug. Also consider the distance between your app server and DB, and the plan your DB uses (Neon free only gives you 2 vCPU) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working on a blog content project using Payload CMS and noticed an unusual issue with response times. Normally, I don’t face such delays, but in this project, fetching data from Payload takes around 9–12 seconds, which creates a very poor user experience.
My project is focused on blog creation, where I’ve implemented blocks and rich text fields.
To improve performance, I’ve already tried:
Unfortunately, none of these approaches solved the issue.
Environment details:
^3.46.0
v22.17.0
Can anyone help me understand why this might be happening and suggest possible optimizations for improving Payload response times in this type of use case?
Also, if any collection definitions or data fetching or any payload config details logic are needed for debugging, I’d be happy to share them.
Beta Was this translation helpful? Give feedback.
All reactions