[
https://issues.apache.org/jira/browse/CAUSEWAY-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber resolved CAUSEWAY-3838.
----------------------------------
Resolution: Resolved
The Metamodel Inspection View was rewritten as Master/Detail view. Its also
much faster now, due to the simplified serialization model of the underlying
tree.
However, we have not yet re-implemented facet shadowing/ranking information.
Will do later.
> [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
> Priority: Minor
> Fix For: 3.2.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 throw 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)