First page Back Continue Last page Overview Graphics
Performance
In general, performance not too bad.
Some exceptions:
- Problem: ListFactory methods can return lots of objects.
- Solution: Be careful with what you're requesting, add batching functionality.
- Problem: CGI applications saw significant slowdown due to large amount of code imported on each execution due to chained imports
- Solution: Move infrequently used imports inline.