[TYPO3-dev] Speeded up TYPO3 by 500% :)

Bernhard Kraft kraftb at kraftb.at
Sat Jun 24 16:11:51 CEST 2006


Elmar Hinz wrote:

> Hi,
> 
> how does this work for pages with USER_INT where the pages are cached and
> markers are replaced with dynamic output later?

        function insertPageIncache($TSFE, $timeOutTime) {
                if (strpos($TSFE->content, '<!--INT_SCRIPT.')!==false)  {
                        return;         // Don't cache pages with _INT objects.
                }


greets,
Bernhard
-- 
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------
[[ http://think-open.at | Open source company ]]




More information about the TYPO3-dev mailing list