Hacker News new | ask | show | jobs
by jakejake 5022 days ago
Are these template pre-compiled by the server at runtime or is there a build process before deploying the app to the server?

If it was happening at run-time, I'd probably rather just have the client do the compiling instead of the server. Since the client isn't going to notice a few extra milliseconds, but on the server that can add up under high load.