[FLOW3-general] Flow3 - Performance?
Robert Lemke
robert at typo3.org
Tue Nov 20 13:24:33 CET 2012
Hi Thomas,
On 19.11.2012, at 09:28, Thomas Plessis <t.plessis at totemnumerique.com> wrote:
> I'm already in production context and all packages are frozen. I've note that it's very slow when i'm using doctrine. Maybe a trouble with caches system? Lazy loading of data?
if used in production, you should definitely configure some caching for Doctrine (see also Configuration/Production/Settings.yaml.example):
doctrine:
# If you have APC, you should consider using it for Production,
# also MemcacheCache and XcacheCache exist.
cacheImplementation: 'Doctrine\Common\Cache\ApcCache'
Be aware though that you need to flush APC caches manually!
Cheers,
Robert
--
Robert Lemke
Lead Developer TYPO3 Neos and TYPO3 Flow
Co-Founder TYPO3 Association
Blog: robertlemke.com/blog
Get involved: typo3.org – flow.typo3.org – neos.typo3.org
More information about the FLOW3-general
mailing list