[Typo3-dev] RealURL : high server load and optimization

Kasper Skårhøj kasper2005 at typo3.com
Mon Oct 17 14:42:52 CEST 2005


In my experience people are blaming realurl for all sorts of issues which has 
nothing to do with realurl but might look like it has. Realurl really just 
translates URLs, thats all.

Of course:
- 100000+ records in the alias table might impose problems, yet en/decode 
caching will solve that generally
- Generally, the rendering of links in TYPO3 frontend takes long time (and is 
of course not made faster with realurl), so if you have plugins showing 20 
records and for each record rendering 3 different types of links you have 60 
links on the page alone for that list of records and that can be expensive in 
CPU.

- kasper



On Monday 17 October 2005 15:26, Ries van Twisk wrote:
> Kasper Skårhøj wrote:
> >I would be willing to add this index to my dev-version of realurl right
> > away PROVIDED that someone will test it and confirm that the MySQL lookup
> > actually a) uses this index for the mentioned queries and b) speeds up
> > things.
> >
> >- kasper
>
> Me to,
>
> I have 1400 pages and on each page I have
> 1) about 700 pages based on tt_content elements (images and text)
> 2) the rest of my pages have just one or two plugins which renders part
> of a page using smarty (instead of tt_content elements).
>
> I also experiance slow pages access, but I have that both in the BE
> aswell as in FE so I wonder
> if in my case it's really realUrl.
>
> I also willing to give a help and test it on my dev and test server.
>
> Ries
>
>
>
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

-- 
- kasper

-----------------
Think future, not feature




More information about the TYPO3-dev mailing list