From 43dadd1ef621126ed5c139e030718dd02d796d43 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Fri, 27 Feb 2026 16:20:42 -0500 Subject: [PATCH] Revert "[6.x] Cache parsed items during Stache warming (#14031)" This reverts commit 5c9f6f3538720775e79d655068b6960b64842ed5. --- src/Stache/Stores/Store.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Stache/Stores/Store.php b/src/Stache/Stores/Store.php index c220b679e1b..9a20e58c73b 100644 --- a/src/Stache/Stores/Store.php +++ b/src/Stache/Stores/Store.php @@ -328,8 +328,6 @@ public function paths() return $isDuplicate ?? false; }); - $items->each(fn ($item) => $this->cacheItem($item['item'])); - $paths = $items->pluck('path', 'key'); $this->cachePaths($paths);