summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-12-15 16:28:23 +0100
committerAndrey Andreev <narf@devilix.net>2014-12-15 16:28:23 +0100
commit466e8ccb0ad647fd8e477e881dfddc14c6d7cbc8 (patch)
treeb6d5228e553f821147bdae2a1f307bbcf3404f41 /application/config
parent8586d0d51efb9c8a756ebfdcd3b341aafaa7affc (diff)
Remove output minifier
This feature has proven to be problematic and it's not nearly as flexible as a dedicated minifier library like Minify (http://www.minifier.org/, https://github.com/matthiasmullie/minify). The same results in terms of saving traffic can also be achievied via gzip compression (which should also be done on the httpd level, but we also support anyway) and stuff like mod_pagespeed. Reverts PR #965 Related issues as a track record proving how problematic this has been: #2078 #1499 #2163 #2092 #2387 #2637 #2710 #2120 #2171 #2631 #2326 #2795 #2791 #2772 Additionally, the count of contributors suggesting that the only way to fix the minifier problems is to remove it, is around the same as the count of people suggesting the feature to be implemented in the first place. It was experimental anyway ... the experiment failed.
Diffstat (limited to 'application/config')
-rw-r--r--application/config/config.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 4ee33358a..4958b467e 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -466,18 +466,6 @@ $config['compress_output'] = FALSE;
/*
|--------------------------------------------------------------------------
-| Minify
-|--------------------------------------------------------------------------
-|
-| Removes extra characters (usually unnecessary spaces) from your
-| output for faster page load speeds. Makes your outputted HTML source
-| code less readable.
-|
-*/
-$config['minify_output'] = FALSE;
-
-/*
-|--------------------------------------------------------------------------
| Master Time Reference
|--------------------------------------------------------------------------
|
@@ -489,7 +477,6 @@ $config['minify_output'] = FALSE;
*/
$config['time_reference'] = 'local';
-
/*
|--------------------------------------------------------------------------
| Rewrite PHP Short Tags