Currently, _proxy classes_ are created on the fly which under a heavy production environment can be costly. We should [provide a way to generate them](https://ocramius.github.io/ProxyManager/docs/tuning-for-production.html) during deployments, the idea is to give the least amount of trouble possible: - [ ] Define a proxy namespace inside `Computaria\Tardis` to store generated proxies. - [ ] Instead of registering an additional autoload, use Composer's.
Currently, proxy classes are created on the fly which under a heavy production environment can be costly.
We should provide a way to generate them during deployments, the idea is to give the least amount of trouble possible:
Computaria\Tardisto store generated proxies.