Performance considerations

ztm.topicmaps shares many of the performance characteristics of other Zope applications.

Loading objects

Avoid loading objects as that triggers IO.

Caching

Use an HTTP cache to remove the amount of work your instances have to do.

Table Of Contents

Previous topic

Exporting

Next topic

Datatypes

This Page