[BUGFIX] Render tags of documentation changelog deferred
Currently, when the changelogs get rendered in the Install Tool, for each document the tags get rendered in the document itself, which has a huge negative impact on rendering performance. This patch changes the rendering to the triggered deferred, when the document is opened. Resolves: #88882 Releases: master, 9.5 Change-Id: Ie5be93fb0a8b3d1aa2532b2d1a29c1948778c9d7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61401 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- Build/Sources/TypeScript/install/Resources/Public/TypeScript/Module/Upgrade/UpgradeDocs.ts 11 additions, 9 deletions...Resources/Public/TypeScript/Module/Upgrade/UpgradeDocs.ts
- typo3/sysext/install/Resources/Private/Partials/Upgrade/UpgradeDocs/PanelItem.html 1 addition, 1 deletion...urces/Private/Partials/Upgrade/UpgradeDocs/PanelItem.html
- typo3/sysext/install/Resources/Public/JavaScript/Module/Upgrade/UpgradeDocs.js 1 addition, 1 deletion...Resources/Public/JavaScript/Module/Upgrade/UpgradeDocs.js
Please register or sign in to comment