RootlineWarmupService() creates the instance of the Typo3
RootlineUtility without calling method get(). Thus rootline
caches will not be created, and traversing the page tree is a
waste of time in this case.
RootlineV8Service calls this method on the RootlineUtility
properly.
RootlineWarmupService()
creates the instance of the Typo3 RootlineUtility without calling methodget()
. Thus rootline caches will not be created, and traversing the page tree is a waste of time in this case.RootlineV8Service
calls this method on the RootlineUtility properly.This change simply adds the missing method call.