Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Comments] Fix N+1 when rendering tagged user links #146

Open
fnando opened this issue Mar 6, 2022 · 0 comments
Open

[Comments] Fix N+1 when rendering tagged user links #146

fnando opened this issue Mar 6, 2022 · 0 comments
Projects

Comments

@fnando
Copy link
Owner

fnando commented Mar 6, 2022

Right now, we're doing N+1 queries for comments that have tagged users.

Ideally, we'd issue one single query and pass that as a parameter to CommentUserLinker.

@fnando fnando created this issue from a note in Photomatic (In progress) Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Photomatic
In progress
Development

No branches or pull requests

1 participant