Y
Hacker News
new
|
ask
|
show
|
jobs
by
avidal
4567 days ago
Seems to me it's actually writing to the database twice for each page view; once to update the render_started_at property on #845, and once again on #881.
1 comments
lmorchard
4567 days ago
That render() method is called only on page edits or forced refreshes, not on every page view.
link