Hacker News new | ask | show | jobs
by nawitus 4386 days ago
I agree. These days static templating is preferred over dynamic templating. The static files, like index.html and of course other resources like images and stylesheets are cached and served by a CDN very quickly. Dynamic content is fetched using a HTTP or a WebSocket api.

Dynamic templating is a pretty old-fashioned way to build websites. The practise originates from cgi and PHP.