legacy-knowledge-base
公開されました Sep. 10, 2025

JSローダーモジュールServletのパフォーマンス向上

written-by

Laura Li

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

問題

  • ページロードのパフォーマンスを向上させるために、js_loader_modulesファイルをどのように最小化すればよいでしょうか?

Environment

  • DXP 7.1

解決策

  • フィックスパック11をインストールします。これには、 js_loader_modules サーブレットのパフォーマンスを改善するための次の修正が含まれています。
    LPS-82808 3 >
    LPS-83949
    LPS-92402
    LPS-92810
  • js_loader_modulesファイルをさらに圧縮するには、以下のプロパティを使用します。
    #
    # The GZip filter will compress files using the specified compression level.
    # Set the value to -1 to use the default compression level. Set the value
    # between 0 and 9 for other compression levels as documented in
    # java.util.zip.Deflater.
    #
    gzip.compression.level=-1

    #
    # If the user can unzip compressed HTTP content, the GZip filter will
    # zip up the HTTP content before sending it to the user. This will speed up
    # page rendering for users that are on dial up.
    #
    com.liferay.portal.servlet.filters.gzip.GZipFilter=false
    

did-this-article-resolve-your-issue

legacy-knowledge-base