romaricdrigon / OrchestraBundle

Naked Object implementation on top of Symfony2
MIT License
4 stars 1 forks source link

Use Symfony2 ConfigCache #9

Open romaricdrigon opened 9 years ago

romaricdrigon commented 9 years ago

At the moment at each request we look to rebuild EntityPool and RepositoryPool.

Those 2 objects could be cached using Symfony2 ConfigCache component.

romaricdrigon commented 9 years ago

8 was required before ; it is done.

For best effects, we should also make sure a maximum of Resolvers are run before building the Pool, and not after at runtime.