- 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
The finder used to query blog entries in
This causes additional queries when checking
Might also affect other widgets?
As
XenAddons\UBS\Widget\LatestBlogEntries::render()
is missing relation Blog
This causes additional queries when checking
canView()
Might also affect other widgets?
As
Blog
is required often (always?) it might make sense to add this to defaultWith