Skip to content

Instantly share code, notes, and snippets.

@Veve2
Created October 13, 2016 13:22
Show Gist options
  • Save Veve2/7f7e50883bc4d9a9e9e4849892abe3dd to your computer and use it in GitHub Desktop.
Save Veve2/7f7e50883bc4d9a9e9e4849892abe3dd to your computer and use it in GitHub Desktop.
Cache Doctrine queries & metadata
http://symfony.com/doc/current/reference/configuration/doctrine.html#caching-drivers :
doctrine:
orm:
metadata_cache_driver: apc
query_cache_driver: apc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment