<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>typo3 eid URL generation</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/412 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="412"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  &lt;div class="code"&gt;&lt;pre class="txt"&gt;typo3 eid URL generation&#13;
typo3 &amp;quot;eid&amp;quot; create URL&#13;
&#13;
- eID has nothing loaded except DB&#13;
- eID is totally uncached&#13;
- URL generation needs TSFE for cObj&#13;
  - https://cweiske.de/tagebuch/typo3-scale-image-scheduler-task.htm&#13;
&#13;
&#13;
http://insight.helhum.io/post/93861037135/the-tale-of-eid-performance&#13;
http://insight.helhum.io/post/90365109335/out-of-bound-typoscript-rendering&#13;
&#13;
&#13;
&amp;quot;typo3&amp;quot; extension create url&#13;
How to create a page url from page uid&#13;
http://stackoverflow.com/questions/27797031/how-to-create-a-page-url-from-page-uid#27798207&#13;
&#13;
$url = $GLOBALS['TSFE']-&amp;gt;cObj-&amp;gt;typoLink_URL(&#13;
    array(&#13;
        'parameter' =&amp;gt; $pageUid,&#13;
        'forceAbsoluteUrl' =&amp;gt; true,&#13;
        'additionalParams'&#13;
    )&#13;
);&lt;/pre&gt;&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/412/rev-raw/49b5ca148710bb7410ef60d275e54ad338b69a1c/phork0.txt" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/412#phork0.txt"&gt;phork0.txt&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
