Hacker News new | ask | show | jobs
by merb 4036 days ago
templates are mostly not the problem, even on python, when you use jinja templates getting generated really fast. However the problem mostly comes through the database. A single page view could hit like 10 queries.
1 comments

Yeah. Avoid the database, just read from RAM :)
That's it the main bottleneck is Database calls!