[TYPO3-mvc] Action runs several times according to the amount of same plugins
Franz Koch
typo3.RemoveForMessage at elements-net.de
Fri Mar 11 11:41:18 CET 2011
Hey,
> Nevertheless I would like to make it according to one of your proposals. But the solution with the hidden page seems to be not the best solution for the integrators of the extension.
you don't need a hidden page. As I said, you could either use a eID
script or configure a special pageType.
In the eID solution it's unfortunately not that easy to get Extbase up
and running nicely, but it would be the way with the least performance
hit on the server. And if you're fine with not using Extbase for this
and mess around with direct DB statements ($GLOBALS['TYPO3_DB']) this
would definitely be the way to go.
Using a special pageType however is currently the most "stable" way to
use Extbase within AJAX or tracking calls. In order to not overload the
cache table of TYPO3 it might be a good idea to either set the pageType
to no_cache or create links to a fixed pageID (probably best the
rootPage) of the website using your custom typeNum.
HTH.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list