Legacy Knowledge Base
Published Jul. 2, 2025

Several unnecessary modules appear in the browser's console upon opening the Liferay site

Written By

Alfonso Crisci

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • When opening the page of a Liferay DXP portal (public or private, logged in or not), several  modules will appear in the browser's Developer Tools' "Source" tab @ http://localhost:8080/o/js_bundle_config:

    modules.png

    Among these, some of them will not be apparently necessary for the functionalities on the visited page but rather for backend or not yet used apps, like for example:
    - Liferay Staging Processes Web 
    - Liferay Product Navigation Simulation Device
    - Liferay Layout Admin Web
    - Liferay Export Import Web
    - Liferay Segments Simulation Web
    - Liferay Frontend Editor AlloyEditor Web
    - Liferay Portal Workflow Task Web
    - Liferay Portal Workflow Kaleo Designer Web
    Why does Liferay get these resources?

Environment

  • Liferay DXP 7.0+

Resolution

  • js_bundle_config purely specifies a list of modules to be loaded, but none of them is actually loaded in the Network tab

 

Did this article resolve your issue ?

Legacy Knowledge Base