Hacker News new | ask | show | jobs
by herrkanin 916 days ago
Not everyone has the luxury to work with competently written backend systems.
3 comments

There was a time where a request taking even 500ms was considered to be slow, and then all of a sudden it just became normal to see API traces where requests would take over a second, or multiple seconds, and people would just shrug at it.

Even a backend roughly cobbled together in PHP4 with Varnish running on top of it would considerably outperform some of the stuff that is accepted as 'good enough' today.

> with Varnish running on top

Like it's a trivial task. If it is... the whole system wasn't that complicated and likely similar results could be achieved without external caching.

The entire Internet apparently did for years because frontend JS monoliths only appeared halfway though my career.
Not everyone has the luxury to work with competently written front end systems.