Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   config/install/lite_speed_cache.settings.yml
  • Loading branch information
Code-Egg committed Aug 18, 2022
1 parent cad1382 commit 57b5d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion config/install/lite_speed_cache.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 57b5d9e

Please sign in to comment.