5 ms·
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.
by avidal 13y 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.
- lmorchard 13y agoThat render() method is called only on page edits or forced refreshes, not on every page view.