You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a hidden config flag to disable the route collectors "duplication check" which can have performance improvements.
It is achieved by providing the following config via config service:
Documentation
There seems to be a hidden config flag to disable the route collectors "duplication check" which can have performance improvements.
It is achieved by providing the following config via
config
service:mezzio-router/src/RouteCollectorFactory.php
Lines 55 to 65 in 09e5da5
Feature was introduced with #3 back in january 2021. Somehow, no1 requested the author to add the feature to the documentation :-(
If we start document this feature, I wonder if we should instead deprecate the
RouteCollector::class
config key.fastroute
route cache (which isrouter.fastroute
)I would recommend using
router.detect_duplicates
config key:We can still support
RouteCollector::class
for this major and drop it in v4.Ref: #3
Ref: https://github.com/mezzio/mezzio-fastroute/blob/31d63fc0736c75b5dbd0d5c7ae9251fb70082be0/src/FastRouteRouterFactory.php#L19-L24
The text was updated successfully, but these errors were encountered: