coverart-browser icon indicating copy to clipboard operation
coverart-browser copied to clipboard

Invoking each view gradually increases the processing overhead

Open fossfreedom opened this issue 11 years ago • 0 comments

every view connects to coverart_album signals when initialised.

Each view initialised event is being called when first toggled by the user.

Thus, for example, multiple views will respond to an album-update or visual-updated signal.

Think that just as a view does stuff with "switched-to" by the user, it should similarly have a "switched-from" implementation which would disconnect itself from various signals.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/20440642-invoking-each-view-gradually-increases-the-processing-overhead?utm_campaign=plugin&utm_content=tracker%2F351726&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F351726&utm_medium=issues&utm_source=github).

fossfreedom avatar Jul 27 '13 04:07 fossfreedom