We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replies cause a big amount of (N + 1) issue.
69 statements were executed, 62 of which were duplicated, 7 unique
I think it's related to $reply->path() method.
$reply->path()
The text was updated successfully, but these errors were encountered:
Hi @Mo7sin, I think these are 2 separate issues.
The N+1 issue is caused by
I'm working on a fix for that.
Also path() method needs to be modified to generate the correct URL for paginated replies Maybe like that: http://council.local/threads/eius/non-quasi-est-atque-maiores-et-ut-1?page=2#reply-21
Also path() method needs to be modified to generate the correct URL for paginated replies
Maybe like that:
http://council.local/threads/eius/non-quasi-est-atque-maiores-et-ut-1?page=2#reply-21
As eager loading the Thread won't fix this, could you move that to a separate Issue?
Sorry, something went wrong.
Hi @Joucke, I did create a new issue for Reply path() #221
No branches or pull requests
Replies cause a big amount of (N + 1) issue.
I think it's related to
$reply->path()
method.The text was updated successfully, but these errors were encountered: