You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from a first look we saw that files_sharing/list.php was included 4-5 times and that each time it was firing the LoadSidebar Symfony event which in turn also triggers initialization code of other apps like Talk, which in turn causes some queries to be run multiple times in the context of initial state initialization.
we need to look into why this file is included multiple times, perhaps as a way of including the sharing HTML code multiple times.
maybe we can move those event triggers to ViewController to do them earlier and only once
The text was updated successfully, but these errors were encountered: