diff --git a/app/Models/PageModel.php b/app/Models/PageModel.php
index 38224fba86ce4bd1b6d11de70e40d7ca7de238e8..8208ebe28b1254fcc532b2f66295d3266678a12f 100644
--- a/app/Models/PageModel.php
+++ b/app/Models/PageModel.php
@@ -45,7 +45,7 @@ class PageModel extends Model
 
         // Clear the cache of all podcast and episode pages
         // TODO: change the logic of page caching to prevent clearing all cache every time
-        cache()->clean();
+        // cache()->clean();
 
         return $data;
     }