- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
This applies also to another places in XF where bb code renders and where user is passed as context, if
In
PermissionCombination
isn't cached.In
XF\BbCode\Renderer\Html::setupRenderOptions()
, calls method XF\Entity\User::isLinkTrusted()
what causes fetching permission cache for required user. Profile post finder in XF\Widget\NewProfilePosts
don't requests relation PermissionCombination
for our user, what causes additional query for isLinkTrusted()
call...