core icon indicating copy to clipboard operation
core copied to clipboard

[META] Performance

Open oliverklee opened this issue 8 years ago • 0 comments

  • [ ] 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

oliverklee avatar Feb 03 '17 16:02 oliverklee