Verified Commit fb910c91 authored by godotislate's avatar godotislate
Browse files

task: #3603213 Prewarm caches on the last step of the installer

By: catch
By: nicxvan
(cherry picked from commit 1cb1753f)
parent d93f77af
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -172,6 +172,7 @@ function install_drupal($class_loader, $settings = [], ?callable $callback = NUL
        $finish_url = $install_state['profile_info']['distribution']['install']['finish_url'];
      }
      install_goto($finish_url);
      \Drupal::service('cache_prewarmer')->preWarmAllCaches();
    }
  }
}