From 5d73f9764e60690bf4252b16ae4afca2fc277f8c Mon Sep 17 00:00:00 2001 From: catch Date: Wed, 15 Aug 2012 15:43:11 +0100 Subject: [PATCH] Issue #1727522 by chx: Fixed page_compression() default accidentally got changed to off . --- core/modules/system/config/system.performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/config/system.performance.yml b/core/modules/system/config/system.performance.yml index bb02952413f..8629f756b9c 100644 --- a/core/modules/system/config/system.performance.yml +++ b/core/modules/system/config/system.performance.yml @@ -1,5 +1,5 @@ cache: '0' page_cache_maximum_age: '0' -page_compression: '0' +page_compression: '1' preprocess_css: '0' preprocess_js: '0'