Skip to main content

Application Analysis

The Application Analysis feature helps you review an application to detect potential inefficiencies, outdated components, and unused elements. It provides a set of focused checks that support performance tuning, better organization, and alignment with current modeling standards.

Analysis Options

App Analysis

You can run one or several analyses at the same time by selecting from the following options:

AnalysisDescription
Detect nodes with large definitionsScans for nodes whose Definition code is very long (e.g., more than 50 lines) and may be hard to maintain. Reports each node with its line count and module.
Detect nodes with deprecated typesIdentifies nodes that use deprecated or unsupported node types. Reports the node title, type, and module.
Detect unused nodesFinds nodes that are not used by any other node and are not referenced by interfaces. These can often be removed to reduce clutter.
Detect empty modulesHighlights modules that contain no nodes. These can be safely deleted to simplify the application structure.
Detect nodes with large evaluation timeIdentifies nodes that take a long time to evaluate. Results are grouped into: Medium (5–10 seconds) and High (more than 10 seconds).
Detect large interfacesAnalyzes interfaces with many components: Medium (10–15 components) and High (more than 15 components).
Detect multidimensional DataArraysLocates nodes whose result is a multidimensional DataArray, especially those exceeding a specified dimension threshold.
Detect large application sizeFlags the application when its total size on disk is greater than 1 GB.
Detect large app versionsHighlights specific application versions that occupy a lot of disk space (more than 200 MB). Reports each version with its path and size.
tip

Before running the analysis, make sure that the main nodes have been executed. Some checks, such as Detect nodes with large evaluation time, rely on execution data to produce accurate results.

Detailed Reporting

Each selected analysis produces a detailed report listing the relevant nodes, modules, or interfaces, helping you quickly locate issues and providing concrete, actionable information.

Analysis Result 1

The results are organized as follows:

  • A summary area shows all the reports generated for the selected options, grouped by analysis type.
  • Each section can be expanded to see the detailed list of items flagged by that analysis.

Analysis Result 2

info

Reports are stored locally in the browser. You can keep up to five reports in total. Each report is associated with an application ID and version, so results remain relevant to the exact version analyzed. For a given application version, only the most recent report is kept — but you can store reports for different applications or for different versions of the same application simultaneously.