Andi Huber created CAUSEWAY-3838: ------------------------------------ Summary: [Prototyping] Metamodel Introspection View is slow Key: CAUSEWAY-3838 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3838 Project: Causeway Issue Type: Improvement Components: Core Reporter: Andi Huber Assignee: Andi Huber Fix For: 3.3.0
We build a tree model for ObjectSpecification instances and make these available in the UI for browsing. However, the current implementation is slow, due to the nodes producing way too much serialization data. It might even through an exception, due to reaching the request data size limit. Given an ObjectSpecification (which basically is the root of the tree), we should be able to construct the entire tree on the fly. No need to serialize individual nodes. -- This message was sent by Atlassian Jira (v8.20.10#820010)