[TYPO3-german] TYPO3-PerformanceProblemebeimehrals2000angelegten Seiten -Warenkorb Overview wars

JoH info at cybercraft.de
Thu Jun 8 17:48:56 CEST 2006


> Kommentier mal alle Vorkommen von $TSFE->set_no_cache(); aus (gibt's
> nur in class_tx_ttpproducts_pi1.php)
> Danach änderst Du das TypoScript Setup folgendermaßen ab:
>
> temp.tt_products < plugin.tt_products
> plugin.tt_products >
> plugin.tt_products = COA_INT
> plugin.tt_products {
>    10 < temp.tt_products
> }
>
> Auf diese Weise hast Du
> a) sichergestellt, daß NUR tt_products nicht im Cache landet
> b) die Möglichkeit noch zusätzliche Wraps oder anderen Kram an
> tt_products dranzustricken.
>
> Versuch's mal.

Andererseits könnte es auch ausreichen, immer dort ein COA_INT zu verwenden, 
wo der Cache nicht gezogen werden soll.
Also sowas wie

### Warenkorb auf jeder Seite ###
seite.20 {
    marks.WARENKORB = COA_INT
    marks.WARENKORB {
        10 < plugin.tt_products
        10.code >
        10.code = OVERVIEW
    }
}

In jedem Fall mußt Du $TSFE->set_no_cache(); auskommentieren.
Danach ist es eine Frage von trial and error, herauszufinden, wo Du mit 
einem COA auskommst und wo COA_INT angebracht wäre.

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.cybercraft.de 





More information about the TYPO3-german mailing list