Really Slow Boot - Help!

Hi, my Ubuntu Mate installation has become extremely slow when booting. I ran systemd-analyse blame, and it turns out that apt-daily.service is taking 1 minute and 16.374 seconds, and there are other services which are still taking a considerable amount of time.

Is there any way to fix this?

I've attached a screenshot of the main culprits.

You might consider disabling the service with the following command

systemctl disable apt-daily.service

setting disable will prevent starting at boot, but will be available after boot if required. If you find negative effects on your system as a result of having this service disabled simply replace disable with enable in the above command.