Curious about performance and scaling experiences!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I’ve been running a Laravel SaaS app on DigitalOcean’s App Platform for a while now, and it’s been solid!
The auto-scaling handles traffic spikes without me having to worry about provisioning servers manually and the auto deploy on push saves a bunch of time.
For the backend, I’m using:
Everything works smoothly together, and I don’t have to deal with server maintenance. If your app is high-traffic, make sure to tweak your resource limits and enable auto-scaling 👉 Docs
It’s a great setup if you want something that just works without managing a full Kubernetes setup.
- Bobby