• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Finders are doing unnecessary work depending on configured options

Kirby

Member
Showcase
UBS
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 (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
which are not required for the default list view, the cover image also isn't required for blog entry view.

Ideally those relations should only be loaded if the data is used afterwards.
 
Back
Top