[TYPO3-dev] Memory Consumption of IRRE

Michael Miousse mmiousse at infoglobe.ca
Tue Aug 4 16:19:02 CEST 2009


Le Thu, 09 Jul 2009 21:25:08 +0200, Joerg Schoppet a écrit :

> Hi,
> 
> I created a simple extension with a 1:n relation:
> 
> 1 Category can hold n Products.
> 
> A product contains 10 RTE-fields.
> 
> The relation is build with a inline-TCA-definition -
> tx_extension_category.products
> 
> 
> This works perfect, but ...
> as soon as there are around 10 products associated to a category it
> takes a long time to open the category.
> 
> If the count of products reaches 18 and I try to open a category the
> memory consumption of firefox climbs up to over 1GB before doesn't react
> anymore.
> 
> 
> Is this a known behavior of IRRE?
> 
> Can I use another technique, than inline to have the same
> saving-behavior? (in the category-table I have the amount of products in
> the field product and in the product-table I have the category-uid in
> the field category, because I use the TCA-inline-option
> "foreign_field").
> 
> 
> Thanks a lot in advance
> 
> 
> Joerg

I ran into the same problem as you not long ago

My solution was to use the rte wizard with a little modification of my own

basicaly what i did was deactivate the rte for the record and than use the rte wizard

so when you want to modify a field with a rte you use the wizard

but if you find a better solution i would be glad to hear it

regards 

Miousse




More information about the TYPO3-dev mailing list