Commit 748433f67a2749a8532603eedb0b9501dbb5bd7f

Authored by Anastasia
1 parent 96b3b944

html compress1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/config/main.php
... ... @@ -480,7 +480,7 @@ use common\models\Settings;
480 480 'htmlFormatter' => [
481 481 //Enable compression html
482 482 'class' => 'skeeks\yii2\assetsAuto\formatters\html\TylerHtmlCompressor',
483   - 'extra' => true, //use more compact algorithm
  483 + 'extra' => false, //use more compact algorithm
484 484 'noComments' => true, //cut all the html comments
485 485 'maxNumberRows' => 50000, //The maximum number of rows that the formatter runs on
486 486  
... ...