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

Internet Explorer 11 は、"zx=" パラメーターを URL に追加します。

written-by

Alfonso Crisci

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

問題

Environment

  • Liferay DXP 7.0+

解決策

  • 現在の動作は IE11 で想定されています zx パラメータは、 自動シングル ページ アプリケーション (今後は SPA) によって追加され、URL を一意にしてキャッシュを防止します。

  • javascript.single.page.application.enabled=false in portal-ext.properties を介してポータルでグローバルに SPA を無効にすることが可能な回避策ですが、一般的なページに影響を与える可能性があるため、この戦略はお勧めしません。積載性能。

  • より良いアプローチは、 IE11 のみで SPA を無効にすることです。: これは次のように実行できます。

      • Liferay DXP 7.3、DXP 7.2 および DXP 7.1: コントロール パネル > 構成 > システム設定 > プラットフォーム > インフラストラクチャ > フロントエンド SPA インフラストラクチャ
      • Liferay 7.0 DXP: コントロール パネル > 構成 > システム設定 > Foundation > フロントエンド SPA インフラストラクチャ

この変更は他のブラウザーには影響せず、IE11 と SPA の既知のパフォーマンスの問題も軽減します: Internet Explorer 11 のメモリ リーク.

  • または、この動作が存在しない新しい MS Chromium Edge (例: Edge バージョン 87.0.664.75) を使用することもできます。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base