Boot time Debian vs angstrom

I am curious to know if the new Debian builds will boot faster than angstrom (or Ubuntu for that matter). I would like to be fully booted as fast as possible, trigger a camera shutter (using PTP) and turn off. I know that I can probably remove some services but am just curious as to the 'vanilla' performance.

It's averaging around 15 seconds out of the box..

Startup finished in 3002ms (kernel) + 14477ms (userspace) = 17479ms
root@beaglebone:~# systemd-analyze blame
  8637ms wicd.service
  3497ms apache2.service
  3240ms bootlogs.service
  3222ms console-kit-daemon.service
  2956ms loadcpufreq.service
  2713ms xrdp.service
  2575ms ssh.service
  2522ms cron.service
  1602ms upower.service
  1601ms avahi-daemon.service
  1578ms wpa_supplicant.service
  1530ms systemd-logind.service
  1480ms console-setup.service
  1475ms networking.service
  1310ms lightdm.service
  1304ms boot_scripts.service
  1200ms capemgr.service
  1017ms polkitd.service
   974ms rc.local.service
   911ms keyboard-setup.service
   891ms udev-trigger.service
   757ms motd.service
   734ms udhcpd.service
   612ms cpufrequtils.service
   577ms udev.service
   484ms kbd.service
   459ms alsa-utils.service
   421ms hostapd.service
   385ms console-kit-log-system-start.service
   380ms systemd-user-sessions.service
   370ms systemd-modules-load.service
   358ms saned.service
   355ms screen-cleanup.service
   249ms hdparm.service
   235ms systemd-tmpfiles-setup.service
   218ms run-user.mount
   217ms sys-kernel-security.mount
   204ms sys-kernel-debug.mount
   195ms pppd-dns.service
   190ms run-lock.mount
   170ms dev-mqueue.mount
   152ms systemd-sysctl.service
   120ms systemd-remount-api-vfs.service
    98ms boot-uboot.mount
    61ms udisks.service
    54ms sys-fs-fuse-connections.mount
    36ms remount-rootfs.service

and there are a few services you could remove..

Regards,