First page Back Continue Last page Overview Graphics
Development
Catalog
- Use metadata when possible instead of obtaining the actual object for display in search results. Not too much, though, as it takes time to recatalog metadata.
- Don't recatalog objects unecessarily. Take a look at idx= and update_metadata= arguments to catalog_object method of the ZCatalog.
- If your cataloged methods/attributes don't return any persistent objects, consider using a mounted database to hold just your catalog.
- Consider QueueCatalog; tremendous performance boost at the expense of search freshness.