[RSS Feed/News] Additional queries behaviour on resource updates due to reactions and bookmarks

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Each new update on resource updates pages generates additional queries to fetch both reaction content and bookmark items, which are implemented through the ResourceUpdate entity via addReactableStructureElements($structure) and addBookmarkableStructureElements($structure).

For my own purposes, this behaviour also occurs when implementing reactions on resource reviews which is overcome by fetching with Reactions on the ResourceRating entity.

PHP:

if...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom