AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

Optimize content rendering #122

Closed namedgraph closed 1 year ago

namedgraph commented 2 years ago

When HTML is requested by the client-side stylesheet, it should be enough to render <div id="content-body"> instead of the full <body>, as only that fragment is used.

namedgraph commented 1 year ago

Upon testing, this has little significance as most of the time is spent querying for data (constructors, shapes, constraints etc.) that is used to render the main HTML fragment (that will be hydrated onto the page) and not the navigation HTML around it.