|
|
|
|
|
by soup10
5090 days ago
|
|
Meh, I'm always super unimpressed when simple text based websites have trouble scaling. Everything that's highly requested should be available in memory, and it should be trivial to spit it out instantly. I'm not a scaling wizard, but I'd guess 99/100 times the reason CRUD apps have problems scaling is because they are over-engineered, and there is a tendency to solve scaling issues by adding another layer of complexity instead of optimizing the root application. |
|
Besides, how does caching solve the "My bandwidth bills are killing my wallet!" issue?