<div dir="ltr">Why do you store the results in a session variable ? Is the content depending on the user ? If not, why storing the same information many times ?<br><br>With Kai's solution, the cache is for all users. So the very first call will be long (those 12 sec), but then, it will be faster for all users. <br>

Same for Fabian's solution. The cache will be made for all users. So only the very first call will be long.<div><br></div><div>Regards, </div><div>Matthias<br><div>  <div><span style="color:rgb(51,51,51);font-family:'normal arial',sans-serif;font-size:16px;line-height:20px"><br>

</span></div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-27 14:13 GMT+01:00  <span dir="ltr"><<a href="mailto:T.Kluge@t-systems.com" target="_blank">T.Kluge@t-systems.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I already do that by story the resulting object in a session variable. But there is still the initial delay if a user is logging on.<br>
<br>
Best regards,<br>
Thomas<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] Im Auftrag von <a href="mailto:fhsubscriptions@componio.net">fhsubscriptions@componio.net</a><br>


Gesendet: Donnerstag, 27. Februar 2014 14:05<br>
<div class="im HOEnZb">An: The OpenCms mailing list<br>
Betreff: Re: [opencms-dev] CmsJspNavBuilder->getSiteNavigation<br>
<br>
</div><div class="im HOEnZb">Simply put: you encapsulate getSiteNavigation in your own class and introduce a custom cache along the way.<br>
<br>
\Fabian<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>