Skip to content

Commit 7c5f6a3

Browse files
committed
Disable HtmlClean Parse dome
1 parent dbf034f commit 7c5f6a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugin/SpeedOptimizer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* @Author: nguyen
44
* @Date: 2020-02-12 14:01:01
5-
* @Last Modified by: nguyen
6-
* @Last Modified time: 2021-02-03 13:01:30
5+
* @Last Modified by: Alex Dong
6+
* @Last Modified time: 2021-02-04 14:09:25
77
*/
88

99
namespace Magepow\SpeedOptimizer\Plugin;
@@ -83,7 +83,7 @@ public function beforeSendResponse(Http $response)
8383
$deferJs = $this->helper->getConfigModule('general/defer_js');
8484

8585
$body = $this->processExcludeJs($body, $minifyJs, $deferJs);
86-
$body = $this->getHtmlClean($body);
86+
// $body = $this->getHtmlClean($body);
8787
if($minifyHtml) $body = $this->minifyHtml($body);
8888

8989
$bodyClass = '';

0 commit comments

Comments
 (0)