We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a88fe commit c774543Copy full SHA for c774543
CHANGELOG.md
@@ -26,4 +26,7 @@
26
4. bug修复
27
28
0.1.6
29
-1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为true
+1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为true
30
+
31
+0.1.7
32
+1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为EVAL对性能更好些
config/packages/prod/doctrine.yaml
@@ -1,6 +1,6 @@
1
doctrine:
2
orm:
3
- auto_generate_proxy_classes: true
+ auto_generate_proxy_classes: EVAL
4
metadata_cache_driver:
5
type: pool
6
pool: doctrine.system_cache_pool
0 commit comments