Replies: 2 comments
-
Hi @jdbit |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Radi85 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I like the app but it makes too many SQL queries which is not good when you have hundreds of comments, especially with pagination disabled. For example, with 20 comments it generates ~300 queries. It seems like the app requests user, user group, followers, and reactions for each comment as a separate SQL query. Is there any way to optimize it?
Beta Was this translation helpful? Give feedback.
All reactions