core
core copied to clipboard
[META] Performance
- [ ] memoize/cache the results of the ApplicationStructure methods
- [ ] superfast requests: TurboLinks
- [ ] document that XHProf is recommended for profiling
- [ ] use a faster YAML reader https://github.com/koenpunt/yaml-php-benchmark
- [ ] cache the entity manager and the Doctrine registry in the Bootstrap class
- [ ] investigate which services to make lazy (maybe the repositories?) https://symfony.com/doc/current/service_container/lazy_services.html
- [ ] when using native PHP functions, always call them with a leading backslash: https://github.com/Roave/FunctionFQNReplacer