We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8948f8 commit b76064fCopy full SHA for b76064f
1 file changed
src/Application.php
@@ -86,10 +86,8 @@ public function middleware(MiddlewareQueue $middlewareQueue): MiddlewareQueue
86
87
// Add routing middleware.
88
// If you have a large number of routes connected, turning on routes
89
- // caching in production could improve performance. For that when
90
- // creating the middleware instance specify the cache config name by
91
- // using it's second constructor argument:
92
- // `new RoutingMiddleware($this, '_cake_routes_')`
+ // caching in production could improve performance.
+ // See https://github.com/CakeDC/cakephp-cached-routing
93
->add(new RoutingMiddleware($this))
94
95
// Parse various types of encoded request bodies so that they are
0 commit comments