I thought part of the point was to have a website work more as an application: one update to a piece of information results in that information being near instantly updated across the site.
Then I looked into the angular stuff the UI people were working on and yeah… something like 10 (costly) requests for the same exact fucking JSON. They were talking about doing caching on the frontend to optimize it. What are we even doing?!
Seriously, why do so many simple websites take more than and run worse that so many video games?
I thought part of the point was to have a website work more as an application: one update to a piece of information results in that information being near instantly updated across the site.
Then I looked into the angular stuff the UI people were working on and yeah… something like 10 (costly) requests for the same exact fucking JSON. They were talking about doing caching on the frontend to optimize it. What are we even doing?!