There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-bd9afcd8-5b5b-4f58-a717-fed41b9e10b6 XWIKI-22016 Open

Load user profile tabs on demand

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-e633eb4a-8576-49de-8f0d-986c5fb1e364 Changes by Simon Urli on 07/Nov/24 15:18
 
Summary: All sections of the Load user profiles are executed when accessing it profile tabs on demand
Description: Right now every tabs of the user profile are loaded whenever the a user access their profile gets accessed . This is not good for several reasons:
  1. it's making bad interactions because multiple different stuff are loaded at once in the DOM even if not displayed, and it can cause hard to debug test problems
  2. it's also bad for perf because the page is heavy to load and even if we could consider that the page is loaded once for all when browsing on tabs it's not entirely true as editing user pref lead to reloading the page

So we should load tabs on demand only.