Y
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
Ono-Sendai
4036 days ago
Yeah. Avoid the database, just read from RAM :)
link
ne01
4036 days ago
That's it the main bottleneck is Database calls!
link