Comment on Pixelfed's first plateau in progress
jonathan@lemmy.zip 2 days agoI’m not a PHP fan but it scales better than Python or Ruby (Mastodon) does. I think Dan is a cowboy of an engineer, but blaming performance on his stack choice is a bad take.
scrubbles@poptalk.scrubbles.tech 2 days ago
Not php but Laravel. Like I said it forces workers to be on the same host with the same storage as the API, it doesn’t allow scaling of multiple API nodes or worker nodes, and his docker containers require me running special commands left and right. No other docker containers of mine do that