- 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 finders used to load the entities for More entries in {category}, More entries from {user}, etc. seem to unconditionally load relation aliases (
These aliases load relations for
Ideally those relations should only be loaded if the data is used afterwards.
full, fullCateggory
) that are not always required.These aliases load relations for
- read state, watch state, bookmark state, reaction state for members
- featured state and cover image for all users
Ideally those relations should only be loaded if the data is used afterwards.