Skip to content

Commit 4e128bf

Browse files
committed
merged branch adrienbrault/patch-1 (PR #520)
This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #520). Discussion ---------- Add commented framework.validation.cache = apc to prod config Hey, After some XHProf, I found that this setting was important to get the best performance in production. I think it make sense to have it as a comment like doctrine caches. Commits ------- 2bfdaa0 Add commented framework.validation.cache = apc to prod config
2 parents 6d46f4b + 086c07d commit 4e128bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/config/config_prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ imports:
88
framework:
99
router:
1010
strict_requirements: null
11+
#validation:
12+
# cache: apc
1113

1214
#doctrine:
1315
# orm:

0 commit comments

Comments
 (0)