Похоже, это какая-то версия "KB Quick FE"
http://typo3.org/fileadmin/ter/k/b/kb_quickbe_0.0.1.t3x
http://typo3.org/fileadmin/ter/k/b/kb_quickfe_0.0.1.t3x
Однако ограничения там довольно жесткие -
Цитата:
Сообщение от KraftB
* You will need to be logged out of the TYPO3 backend. If you do have USER_INT (or other _INT TS
cObjects) on your page it will also not get quick-cached.
* To remove the BE-cookie you can either do this manually using your browsers menus or simply
log into and out of the TYPO3 backend (a login-timeout is not sufficient - in such a case
the be-cookie stays set).
* If you have pages without ANY condition you will also notice even more improvement in rendering
time.
* When you use condition constructs like "[globalVar = TSFE:bla|whatever]" in your conditionts you should
note that TSFE is not available. So those condition will always result as if they were 0. You
should rather use "[globalVar = GP:id=123]" because the GP vars will be available.
(Some TSFE variables like TSFE->fe_user->user['uid'], TSFE->loginUser, TSFE->id are execptionally available
for more compatibility)
---------------------------
|