[TYPO3-dev] Pagelets?

Dmitry Dulepov dmitry.dulepov+t3ml at gmail.com
Sun Feb 21 07:57:02 CET 2010


Hi!

On 2010-02-19 21:25:29 +0200, Dan Osipov said:
> http://www.facebook.com/note.php?note_id=307069903919
> 
> Read the section about pagelets (towards the bottom).
> 
> It seems like it should be possible with TYPO3, instead of generating 
> the entire page content, to output a framework, and then fill in the 
> "pagelets" with CEs. Thoughts?

You can do iframes or AJAX loading but that generally makes user feel 
like it waits more: the page is loaded but he still have to wait for 
something else. So it is questionable whether it is good for users or 
not. Personally I prefer to get a page at once step, not many.

You can also do a USER_INT on a regular page but implementing its own 
cache. I used this technique approximately a year ago in a project and 
it worked well. Pages load much faster and blocks change when they have 
to change (different cache times). I used my own implementation of 
memcached cache. Now you can use TYPO3 caching framework. Overal it was 
much faster than traditional USER_INT but the code was quite 
sophisitcated.

-- 
Dmitry Dulepov
TYPO3 expert / TYPO3 security team member 
Read more @ http://dmitry-dulepov.com/





More information about the TYPO3-dev mailing list