there is a setting to disable animated images in the sidebar. it will not save much performance however, it will stop it from redrawing the interface when idle, but when in use it still needs to redraw the interface at your monitor's refresh rate, and since its written in python its a bit heavy at doing so. basically this setting will allow it to not draw sometimes when it would have otherwise, but it will not make drawing less expensive.
Okay.
Thanks.
I'll give it a try.