Tag wget warm drupal cache

wget warm drupal cache

Objective: Warm Drupal Cache I wrote this script to warm the cache of a drupal site Script Contents #!/bin/bash -ex # Locate the binaries MKDIR=”$(which mkdir)” RM=”$(which rm)” WGET=”$(which wget)” #************************************ #### YOU MUST DEFINE THESE PATH_CACHE_ROOT=”/root/some_dir_name_to_store_data” PATH_LOG_FILE=”” URL_TO_CACHE=”” USER_AGENT=”Mozilla…