Magento: Minify HTML Output?

前端 未结 5 819
一个人的身影
一个人的身影 2020-12-31 15:22

Is there any file in magento where all html will be output?

I want to minify all html output.

5条回答
  •  鱼传尺愫
    2020-12-31 15:45

    you can always use ob functions to get the output in index.php and then do with the content whatever you need. but i doubt if it will boost your site as much as enabling gzip or deflate

提交回复
热议问题