Skip to content
Snippets Groups Projects
  • Roeland Jago Douma's avatar
    959bf0d1
    Cache the build ControllerName · 959bf0d1
    Roeland Jago Douma authored
    Often a route.php file will have many N routes but only M controllers.
    Where N >= M. Which means that in most cases the ControllerName will be
    converted multiple times. This is of course far from ideal.
    
    Note that this is per app so the cache will contain at most N entries.
    Which is not to bad.
    959bf0d1
    History
    Cache the build ControllerName
    Roeland Jago Douma authored
    Often a route.php file will have many N routes but only M controllers.
    Where N >= M. Which means that in most cases the ControllerName will be
    converted multiple times. This is of course far from ideal.
    
    Note that this is per app so the cache will contain at most N entries.
    Which is not to bad.