It's hard to help without knowing details about your scene. If animating items cover a relatively small portion of the view then I'd disable full viewport update. If "static" items are indeed static and not interactive, I'd replace them with drawBackground. If the scene is not interactive, I'd disable interactivity on the view. I'd also enable caching for the items. That's something to start experimenting with.
Bookmarks