Skip to content

Commit 2a200a7

Browse files
danxuliubackportbot[bot]
authored andcommitted
Revert "fix(CachingRouter): Disable cache for findMatchingRoute"
This reverts commit 90948f5. It temporary disabled cache for routes until an actual fix was added, which is done in the following commits. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 parent d286fef commit 2a200a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/private/Route/CachingRouter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ private function serializeRouteCollection(RouteCollection $collection): array {
7474
* @return array
7575
*/
7676
public function findMatchingRoute(string $url): array {
77-
return parent::findMatchingRoute($url);
78-
7977
$this->eventLogger->start('cacheroute:match', 'Match route');
8078
$key = $this->context->getHost() . '#' . $this->context->getBaseUrl() . '#rootCollection';
8179
$cachedRoutes = $this->cache->get($key);

0 commit comments

Comments
 (0)