Very slow startup

Hi
I’m running mopidy on an old Raspberry Pi. I only need the spotify streaming part. Startup is very slow: A couple of minutes. I believe this is probably because it does a scan on every startup. I have disabled local so I feel that I don’t need the scan at every startup.

  • What happens when mopidy starts up?
  • Is there a way to disable scan on startup?

Turn on verbose logging to see exactly what Mopidy does on startup. It does not do a local scan.

Thanks.

DEBUG 2018-03-30 20:21:52,552 [679:Core-9] mopidy.listener Sending playlists_loaded to CoreListener: {}
INFO 2018-03-30 20:23:12,686 [679:MainThread] mopidy.commands Starting Mopidy frontends: MpdFrontend, HttpFrontend

almost 1.5 min between sending playlists_loaded to CoreListener and starting Mopidy frontends.

Any idea how I can reduce those 1.5 minutes?