- UBS Version
- 2.3.8
- XenForo Version
- 2.3.6
- PHP Version
- 8.3.20
- Database & Version
- MariaDB 10.11.11
- Are there any errors being throw?
- No
As far as I can see, blog entry comments are loaded unconditionally for
This seems to be a bit inefficient, especially if there is a significant amount of blog entries which don't have comments at all (like it is the case for us) .
Ideally comments should only be loaded if the visitor has permission to view comments and there are visible comments (e.g
actionView
.This seems to be a bit inefficient, especially if there is a significant amount of blog entries which don't have comments at all (like it is the case for us) .
Ideally comments should only be loaded if the visitor has permission to view comments and there are visible comments (e.g
comment_count
> 0), the visitor has approriate moderating permissions or the visitor posted a pending comment within the session.