Hi all, * If you click a link generated by EventLink, then you should see exactly *two* requests: the first one will respond with an HTTP 302 (REDIRECT) response and the second will respond with an HTTP 200 (OK) response which contains the whole page including the layout. >> >> Of course there may be other requests for assets (css, js, images, etc), but the ones in your layout will be cached automatically (when in production mode). >> >> An alternative technique is to use a single page, with layout, for the whole app and use Ajax/Zone updates to replace everything except the layout portion. >> >> HTH, >> >> Geoff
I will have to try with this solution "An alternative technique is to use a single page, with layout, for the whole app and use Ajax/Zone updates to replace everything except the layout portion." Let me try this and come back in case of doubt. Thanks, S S PS: sorry for confusion :)