We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf034f commit 7c5f6a3Copy full SHA for 7c5f6a3
Plugin/SpeedOptimizer.php
@@ -2,8 +2,8 @@
2
/**
3
* @Author: nguyen
4
* @Date: 2020-02-12 14:01:01
5
- * @Last Modified by: nguyen
6
- * @Last Modified time: 2021-02-03 13:01:30
+ * @Last Modified by: Alex Dong
+ * @Last Modified time: 2021-02-04 14:09:25
7
*/
8
9
namespace Magepow\SpeedOptimizer\Plugin;
@@ -83,7 +83,7 @@ public function beforeSendResponse(Http $response)
83
$deferJs = $this->helper->getConfigModule('general/defer_js');
84
85
$body = $this->processExcludeJs($body, $minifyJs, $deferJs);
86
- $body = $this->getHtmlClean($body);
+ // $body = $this->getHtmlClean($body);
87
if($minifyHtml) $body = $this->minifyHtml($body);
88
89
$bodyClass = '';
0 commit comments