diff --git a/README.md b/README.md index 92e0445..40db015 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -LiteSpeed Cache for Drupal 8 +LiteSpeed Cache for Drupal 8+ ============================ -Drupal 8 is significantly changed from Drupal 7. They have converted from procedural programming to object-oriented programming. Drupal 8 has a built-in page cache (for static content) and a dynamic page cache for logged in users. The latter basically works as a reverse proxy written in PHP. The built-in proxy is good if you have no other options, however, with the LiteSpeed Cache plugin you will see a great improvement in performance for your Drupal 8 site. +Drupal 8/9 is significantly changed from Drupal 7. They have converted from procedural programming to object-oriented programming. Drupal 8 has a built-in page cache (for static content) and a dynamic page cache for logged in users. The latter basically works as a reverse proxy written in PHP. The built-in proxy is good if you have no other options, however, with the LiteSpeed Cache plugin you will see a great improvement in performance for your Drupal 8 site. See https://www.litespeedtech.com/products/cache-plugins for more information. diff --git a/config/install/lite_speed_cache.settings.yml b/config/install/lite_speed_cache.settings.yml index 1a32739..58dd324 100644 --- a/config/install/lite_speed_cache.settings.yml +++ b/config/install/lite_speed_cache.settings.yml @@ -2,5 +2,5 @@ lite_speed_cache: esi_on: 'On' max_age: '28800' max_age_private: '3600' - cache_status: 'Off' + cache_status: 'On' debug: 'Off' \ No newline at end of file