Assuming that we have millions of requests per day. Is the HTML processing in Node.js with Jade slower or faster than PHP\'s render engine? Or doesn\'t matter because th
Jade templates are memory cached, so the second request will be almost immediate.
If you are concerned about templating speed with jade, you can use self option.