Created
October 13, 2016 13:22
-
-
Save Veve2/7f7e50883bc4d9a9e9e4849892abe3dd to your computer and use it in GitHub Desktop.
Cache Doctrine queries & metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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