Payload performs extremely poor when handling multiple requests? #2413
Replies: 2 comments 5 replies
-
Hey Christian! Hmm, this is definitely something that we have not seen so far. We have production instances of Payload that have LOTS of concurrent users. We have been consistently releasing performance enhancements, although we've been in production with Payload since pre-1.0 and have never seen a slowdown like this. We actually have spikes of significant traffic from a few of our apps (Quikplow in specific) that handles thousands of users concurrently without breaking a sweat. That site is running on something like a $25 droplet though if I remember correctly. But that app relies on just about every piece of Payload - authentication, media storage, versions, pretty complex access control, hooks, etc. What is the CPU / RAM of your server in prod? Where are you hosting? Do you have any I would love to dig into this further and will dedicate time immediately if you can help us come up with a reproduction. Another thought would be to have you run your site locally and try to stress-test it with a bot or similar. See if you can reproduce / narrow it down. If you can, that would be awesome! |
Beta Was this translation helpful? Give feedback.
-
@jmikrut is there a known performance issue with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We've recently taken our site live and had extreme issues with speed. Pages where taking up to 20s to load. The CPU on our server was maxed out with something like 10 simultaneous users. We quickly implemented a SQLite cache layer between our Frontend and Payload to make our site usable again.
We still haven't figured out in detail what causes the issue and wanted to ask if anybody else is experiencing such performance issues or can think of a cause? We want to figure out if it's something specific we are doing or if it's a general performance problem others experience aswell.
Are there performance optimizations in a newer version of Payload?
A few facts:
Any suggestions are appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions