[TYPO3-dev] Discuss - RFC #11474: Store separate extlist for the frontend
Bartosz Aninowski
bartoszx at SPAMgmail.com
Sat Jul 18 17:37:43 CEST 2009
> if so, please show the patch
>
Hi Steffen.
We heavy use our evo_nginx_boost extension so we try to memcache as more
as it is possible. However we still need to make lot of database call to
vote, count, comment etc.
We are trying to use ajax as often as possible. At the begining we used
custom page object type=xxx but this is very slow. eID is fantastic but
still slow if you have lot of custom extension. We've added some
additional conditions to ext_tables.php in order to omit loading
everything if not needed.
Patch is very simple, just add following code in each extension.
if (!isset($_GET['eID'])) {
load everything as usual
}
Lots of work? Yes, but eID is extremly fast now :)
--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl
More information about the TYPO3-dev
mailing list