Hacker News new | ask | show | jobs
by otterley 4457 days ago
Out of all the processes that must occur to render a dynamic server-side response (database queries, computations, etc.), assembling HTML ("page rendering") is probably one of the least expensive. This seems like a premature optimization to me.
1 comments

It's not just a performance optimization. It's a cleaner architecture that's easier to test.