2025-06-26T19:25:57Z

An eyeball estimate actually suggests the link and backlink transforms (which each scan the document for RDFa) account for the majority of the time it takes to serve the `all-classes` resource.

Consider implementing markup transforms on top of SAX rather than DOM where possible.

Dorian Taylor

It is easy for certain classes of resources (e.g. foaf:Person) to accumulate a large number of backlinks (e.g. dct:creator).

Markup transforms that have to parse a lot of input and/or generate a lot of output (e.g. backlinks) will necessarily be slower.

Sense Atlas Front End

The time it takes to generate a markup representation of a resource is proportional to the number of statements.