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

Performance Issues in Publications after Upgrading to 2024.Q1

written-by

Tímea Bihari

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

Issue

  • Users may experience a performance drop when working with Publications.
  • This is especially noticeable when navigating through Web Content within an active publication.

     

Environment

  • Liferay DXP 2024.Q1

 

Resolution

The recommended solution is to request a hotfix from Liferay Support that includes the fixes for LPD-57309 and LPD-33371. This hotfix resolves the performance issue by adding a permanent database index.

As a temporary workaround for testing purposes, the following index can be added manually to the database:

CREATE INDEX IX_JournalArticleLocalization_SlownessIndex ON JournalArticleLocalization (ctCollectionId, companyId, articlePK, languageId)

Disclaimer: This manual index is temporary. It will be removed if the portal is configured to update indexes on startup (e.g., if database.indexes.update.on.startup=true or upgrade.database.auto.run=true are set in the portal-ext.properties file).

 

did-this-article-resolve-your-issue

legacy-knowledge-base