i input multi integrations tx_news elements on my site, via TS: https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPractice/IntegrationWithTypoScript/Index.html
it works fine! but the ext loaded the full tx_news libs again and again on the Frontpage! That even where the news page will not be used / loaded in FE even where the dough is not needed, the ext is loaded... :/ Thus, the website has become very slow.
how do I include multiple elements?
in the AdminPanel see i the loaded FE code "TYPO3\CMS\Extbase\Core\Bootstrap" is 280 in teh code and "Bootstrap" is over600 in the code
I comment out the info, then the website loads normally. what can i do? Thanks!