Slide 44
Slide 44 text
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/improving-performance.html
METADATA & QUERY CACHES
it is strongly discouraged to use Doctrine without a Metadata and
Query cache (preferably with APC or Memcache as the cache driver).
ALTERNATIVE RESULT FORMATS
Make effective use of the available alternative query result formats
like nested array graphs or pure scalar results, especially in scenarios
where data is loaded for read-only purposes.