Actions
Bug #9889
closedgetTab logic causes a full profile tab process even if only 1 tab is requested
Bug #9889:
getTab logic causes a full profile tab process even if only 1 tab is requested
Description
The generateViewTabsContent is generating content for all tabs in the supplied position when a tab id is passed. This function should skip loading other tabs in the same position if only a specific tab is being rendered via $tabId.
Updated by krileon 3 months ago
- Status changed from Assigned to Resolved
- Priority changed from Normal to High
- % Done changed from 0 to 100
Fixed in MR !2023
A lot of behavior should see substantial performance improvements from this. Especially tab ajax behavior and anywhere a tab is substituted in.
Actions