Open romaricdrigon opened 9 years ago
At the moment at each request we look to rebuild EntityPool and RepositoryPool.
EntityPool
RepositoryPool
Those 2 objects could be cached using Symfony2 ConfigCache component.
For best effects, we should also make sure a maximum of Resolvers are run before building the Pool, and not after at runtime.
Resolvers
Pool
At the moment at each request we look to rebuild
EntityPool
andRepositoryPool
.Those 2 objects could be cached using Symfony2 ConfigCache component.