legacy-knowledge-base
公開されました Jun. 30, 2025

htmlソース内の空白

written-by

Balázs Létai

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ページのソースを表示する際、読みやすくするために空白を削除することは可能ですか?

環境

  • Liferay DXP 7.3+

解像度

  • portal-ext.propertiesファイルに以下のプロパティを設定し、htmlソース内の余分な空白をフィルタリングします。
        # The strip filter will remove blank lines from the outputted content. 
    # これにより、ダイヤルアップを利用しているユーザーのページレンダリングが高速化さ # れます。

    #
    com.liferay.portal.servlet.filters.strip.StripFilter=true

    #
    # ストリップフィルターによってコンテンツが除去されるMIMEタイプのリストをカンマ区切りで # 入力します.
    #
    strip.mime.types=text/html*,text/xml*.

did-this-article-resolve-your-issue

legacy-knowledge-base