Legacy Knowledge Base
Published Sep. 10, 2025

dl.file.rank.enabled property in Liferay

Written By

Kanchan Bisht

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

  • Details on disabling the "dl.file.rank.enabled" property with the below queries.
    1) The usage of this property?
    2) What would be the impact on the system if disable it?
    3) Will there be any impact on the portal if disable it?

Environment

  • Liferay 7.0

Resolution

  • The usage of this property?

    • The dl.file.rank.enabled property is used by the "Recent Documents" functionality of the Documents and Media portlet

  • What would be the impact on the system if disable? 

    • Disabling this property might have an impact on the accuracy of that above-mentioned feature. However, there have been known some database concurrency issues with this property set to true in environments with many concurrent users accessing documents, that's why usually recommend setting it to false. Therefore, having dl.file.rank.enabled=false in portal-ext. properties file, bulk read, and a write should not be seen for the DLFileRank table, and as a result performance of the database should be improved too in this regard.

  • Would it impact somewhere else on disabling it?

    • As mentioned above, this property used by Documents and media portlets, so, it might not impact the portal, however, would suggest continuing monitoring the database sessions for a safer side.

Did this article resolve your issue ?

Legacy Knowledge Base