[TYPO3-shop] bNoCachePossible ...?
Franz Holzinger
franz at fholzinger.com
Mon Nov 6 09:11:05 CET 2006
Hello Stefan,
>
> I found, that putting the basket as a permanent item on my webpage
> effectively hinders caching and thus also search cache ... not a really
> good experience.
>
> Could anyone point me in the direction why the bNoCachePossible is not FALSE
> by default, or at least configurable by TS?
>
> I can see why a plugin would want to set no cache for it's own life but not
> why it would try to do so for a whole page - but I might be missing
> something here ;)
>
This is a rather complex topic. There is no function inside TYPO3 to
deactivate the cache only for one plugin. Therefore the cache is turned
off for the whole page.
Joey (Jo Hasenau) has already pointed out a solution to this. The code
of tt_products needs to get changed in a way where the basket get its
own main plugin, say pi2 instead of pi1 for the rest. Then it could have
a USER_INT instead of INT. Some coding needs to be done to make this
possible.
Greets,
Franz
More information about the TYPO3-project-tt-products
mailing list