🏒 Lucian Marin
select sum(length(content)) from app_comment; this little syntax made @about page go from 600ms to 60ms. Fetching the number of characters at the database level is the right thing to do. Jinja performs the math, so everything stays fast.