Doctrine is never intended to be used in any live environment without metadata and query caching (note this is not result caching). Its performance will be significantly impeded without it
@@ -11,11 +11,11 @@ framework:
#validation:
# cache: apc
-#doctrine:
-# orm:
-# metadata_cache_driver: apc
+doctrine:
+ orm:
+ metadata_cache_driver: apc
# result_cache_driver: apc
-# query_cache_driver: apc
+ query_cache_driver: apc
monolog:
handlers: