Jake B.
Well-known member
- Affected version
- 2.0.0 RC 2
This exact query is being duplicated 3 times on the new posts widget:
Interestingly, this only seems to happen if I put new posts widget on forum view it doesn't happen on the index page even though it's the exact same widget:
Here's the stack trace from this duplicated query as well:
And here's a screenshot of my forum view:
I think this only happens for guest posts/threads, haven't been able to replicate it otherwise
Code:
SELECT `xf_user`.*
FROM `xf_user`
WHERE (`xf_user`.`user_id` = 0)
Interestingly, this only seems to happen if I put new posts widget on forum view it doesn't happen on the index page even though it's the exact same widget:
Here's the stack trace from this duplicated query as well:
And here's a screenshot of my forum view:
I think this only happens for guest posts/threads, haven't been able to replicate it otherwise