[TYPO3-performance] Re: Static Filecache for TYPO3 6.x

Moritz Müller moemos at gmail.com
Thu Dec 12 09:22:43 CET 2013


Hello Serjosha, hello Georg,

thanks for answering! You're right, it calls the old t3lib_div function, that's it. Some guys that created the typo3-bootstrap package with nc_staticfilecache already installed, solved it this way:

299:					$doClearCache = class_exists('TYPO3\CMS\Core\Utility\MathUtility')
300:						? \TYPO3\CMS\Core\Utility\MathUtility::canBeInterpretedAsInteger($cacheCmd)
301:						: t3lib_div::testInt($cacheCmd);

Works fine for me!
Thanks!


More information about the TYPO3-performance mailing list