legacy-knowledge-base
公開されました Jul. 2, 2025

ページ読み込みが遅い原因となるウェブコンテンツの量

written-by

Ryan Snuggs

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.2

解決策

この問題は、com.liferay.change.tracking.apiモジュールで個々の実装を無効にすることで解決します。

そのためには、以下の手順で行います:

1) com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.configというファイルを作成します。

2) 以下の内容をファイルに追加します:

blacklistBundleSymbolicNames=["com.liferay.dynamic.data.mapping.change.tracking","com.liferay.journal.change.tracking","com.liferay.layout.change.tracking"]

3) osgi/configsにファイルをコピーします。

did-this-article-resolve-your-issue

legacy-knowledge-base