[TYPO3] Realurl questions

Dmitry Dulepov [typo3] dmitry at typo3.org
Mon Sep 1 12:25:57 CEST 2008


Hi!

Steffen Gebert wrote:
> Would one query carry weight? TYPO3 does hunderds (?) per request..

Not that much, especially if pages are cached. But it is like one query here, another there... Altogether make performance worse. As I wrote: 1000 rq/s will make extra 1000 queries to MySQL per second. I do not think you want it ;)

Latest version of RealURL will attempt to determine rootpage_id if you do not set it. But it may take more than one query and it will happen for every request.

> It's just the account creation which get's complicated - instead of just
> doing some things in BE we also have to SSH and change a file (you make a
> typo, whole site crashes because of parse error, etc..).

Make that also automated: a hook to TCEmain should do it. Once domain is creatred, a new entry should be added to RealURL. This cannot be done in a generic way but can be done for your specific needs.

> I'll have a look at Steffen Kamper's mails.
> 
> Thanks Dmitry (also for your wiki entry).

You are welcome :)

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/


More information about the TYPO3-english mailing list