From ef957ef35b0902244d327d812bd7128c268a0021 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Wed, 28 Jun 2023 12:46:00 +0000 Subject: [PATCH] modified file `master.php` --- wp-content/w3tc-config/master.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/wp-content/w3tc-config/master.php b/wp-content/w3tc-config/master.php index 7f70c91b..d7c3c229 100644 --- a/wp-content/w3tc-config/master.php +++ b/wp-content/w3tc-config/master.php @@ -9,8 +9,8 @@ "dbcache.configuration_overloaded": false, "dbcache.debug": false, "dbcache.debug_purge": false, - "dbcache.enabled": false, - "dbcache.engine": "file", + "dbcache.enabled": true, + "dbcache.engine": "redis", "dbcache.file.gc": 3600, "dbcache.file.locking": false, "dbcache.lifetime": 180, @@ -63,7 +63,7 @@ "\\bfound_rows\\(\\)" ], "docroot_fix.enable": false, - "lazyload.enabled": false, + "lazyload.enabled": true, "lazyload.threshold": "", "lazyload.process_img": true, "lazyload.process_background": true, @@ -96,7 +96,7 @@ ], "lazyload.embed_method": "async_head", "objectcache.configuration_overloaded": false, - "objectcache.enabled": false, + "objectcache.enabled": true, "objectcache.debug": false, "objectcache.debug_purge": false, "objectcache.enabled_for_wp_admin": false, @@ -142,11 +142,11 @@ "objectcache.lifetime": 180, "objectcache.purge.all": false, "pgcache.configuration_overloaded": false, - "pgcache.enabled": false, + "pgcache.enabled": true, "pgcache.comment_cookie_ttl": 1800, "pgcache.debug": false, "pgcache.debug_purge": false, - "pgcache.engine": "file_generic", + "pgcache.engine": "apc", "pgcache.file.gc": 3600, "pgcache.file.nfs": false, "pgcache.file.locking": false, @@ -564,7 +564,7 @@ "browsercache.cssjs.expires": true, "browsercache.cssjs.lifetime": 31536000, "browsercache.cssjs.nocookies": true, - "browsercache.cssjs.cache.control": false, + "browsercache.cssjs.cache.control": true, "browsercache.cssjs.cache.policy": "cache_public_maxage", "browsercache.cssjs.etag": true, "browsercache.cssjs.w3tc": false, @@ -575,7 +575,7 @@ "browsercache.html.last_modified": true, "browsercache.html.expires": false, "browsercache.html.lifetime": 3600, - "browsercache.html.cache.control": false, + "browsercache.html.cache.control": true, "browsercache.html.cache.policy": "cache_public_maxage", "browsercache.html.etag": true, "browsercache.html.w3tc": false, @@ -586,7 +586,7 @@ "browsercache.other.expires": true, "browsercache.other.lifetime": 31536000, "browsercache.other.nocookies": true, - "browsercache.other.cache.control": false, + "browsercache.other.cache.control": true, "browsercache.other.cache.policy": "cache_public_maxage", "browsercache.other.etag": true, "browsercache.other.w3tc": false, @@ -945,5 +945,6 @@ "auto": "enabled", "visibility": "never" }, - "imageservice.configuration_overloaded": true + "imageservice.configuration_overloaded": true, + "lazyload_process_background": true } \ No newline at end of file