Hacker News new | ask | show | jobs
by mbesto 51 days ago
> Nextcloud is written in PHP, which doesn't sound scalable to me.

Lol what? Facebook (pre Hack), Tumblr, Wordpress, Etsy...

1 comments

Nextcloud and Wordpress both suffer massively from technical debt.
What does that have to do with scalability?
Nice to hear back from you.

I'm sure modern PHP code does not prevent scalability, but old PHP code definitely does.

Also, and this is slightly beside the point, but last time I tried Nextcloud there were _usability_ "scalability" issues, such as being unable to upload large files in the web GUI due to classic PHP config issues such as client timeout and upload file size limits.

Failure to account for modern file size limits is a massive code base red flag.

Sure, it's a doddle to fix if you know basic PHP, but it's a sign that the developer doesn't understand the core requirements of the product they are developing.