Why do I experience slowness after Liferay 7.4 2023.q4?
Written By
Sebastian Madaras
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
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
- User experiences a slowness in the Liferay 7.4 Q1+ while they check the below query:
SELECT COUNT (*) AS col_0_0_ FROM PortletPreferences portletpre0_ WHERE (portletpre0_.ownerType = ?) AND (portletpre0_.plid = ?) AND (portletpre0_.portletId = ?) AND portletpre0_.ctCollectionId = 0
Resolution
- The fix for case is LPD-24730. In order for the fix to take effect it is required running the upgrade tool, or starting Liferay with the property "database.indexes.update.on.startup=true" at least once. The property should be removed/disabled and not utilized at each Liferay start-up.
Did this article resolve your issue ?