typo3 eid URL generation

raw

phork0.txt

typo3 eid URL generation
typo3 "eid" create URL

- eID has nothing loaded except DB
- eID is totally uncached
- URL generation needs TSFE for cObj
  - https://cweiske.de/tagebuch/typo3-scale-image-scheduler-task.htm


http://insight.helhum.io/post/93861037135/the-tale-of-eid-performance
http://insight.helhum.io/post/90365109335/out-of-bound-typoscript-rendering


"typo3" extension create url
How to create a page url from page uid
http://stackoverflow.com/questions/27797031/how-to-create-a-page-url-from-page-uid#27798207

$url = $GLOBALS['TSFE']->cObj->typoLink_URL(
    array(
        'parameter' => $pageUid,
        'forceAbsoluteUrl' => true,
        'additionalParams'
    )
);
Christian Weiske Christian Weiske
owner

History