1. 29 11月, 2017 1 次提交
    • Y
      Reuse authors when rendering event Atom feeds · 63180167
      Yorick Peterse 提交于
      Previously we'd use "event.author_email" which translates to
      "event.author.email". This would result in an extra query being executed
      _for every event_ just to get the same author's Email address.
      
      Instead of doing all this useless work we can just pass the User object
      returned by "event.author" since:
      
      1. This allows us to re-use the user object's Email address.
      2. Authors are eager-loaded, so this doesn't cause any N+1 queries.
      63180167
  2. 28 11月, 2017 31 次提交
  3. 27 11月, 2017 8 次提交