[TYPO3-mvc] Caching view parts
Xavier Perseguers
xavier at typo3.org
Mon Jun 4 13:32:51 CEST 2012
Hi,
> If you look into TagCloudService.php you can see that this service
> directly interacts with the database.
> Of course you loose some flexibility when working with arrays instead of
> objects, but for a search result this should not be a big issue.
An intermediate solution I'm using from time to time is a raw (and
complex) SQL query to retrieve uid of according objects and then a
standard Extbase query with a ->in($list_of_uids) to retrieve the actual
objects.
Cheers
--
Xavier Perseguers
Release Manager TYPO3 4.6
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-project-typo3v4mvc
mailing list