959bf0d1a7
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. |
||
---|---|---|
.. | ||
RouteActionHandler.php | ||
RouteConfig.php |