tactilenews / 100eyes

Dialogtechnologie für den Pivot to People invented by tactile.news GmbH
MIT License
10 stars 1 forks source link

[fix] Scope tag counts to active contributors #2070

Closed mattwr18 closed 4 days ago

mattwr18 commented 2 weeks ago

Fixes #2069

mattwr18 commented 1 week ago

Maybe you could check if any extra DB calls are fired during evaluation, but I think it's fine for now.

I found this fix in the issue list over at acts-as-taggable-on and it says there that it only generates one query. See https://github.com/mbleigh/acts-as-taggable-on/issues/719#issuecomment-172490087; however, ours is generated 5

I don't know if there is a way to optimize the query.