Thanks, lots of good data. Those million busyboxes though
Slightly edited version:
http://www.pasteall.org/pic/80384Quick analysis:
- slow IO + slow cpu, it alternates from waiting for one to waiting for the other. HD looks a bit fragmented too, are you using ext4?
- kernel took 1.5s, pretty well for a single-core Atom
- total extension loading dominates at 47s
- however, the actual "loading" part only took 20s of that
- one big extension takes about 5s to load, which one?
- backup restore takes only 2s
- dejavu font caching startup script takes 8s
Recommendations:
- do a full fsck, move to ext4 if not yet on it
- identify that 5s extension with "showapps"
- try to find out what caused so many busybox processes
- edit your copy of dejavu and remove the startup script
Font caching is not essential to running anything, it merely speeds up app startup and font listing (in gimp, word processors, etc.). So you should benefit by removing it from font extensions, and if you find it useful, doing it once in bootlocal.sh so it's backgrounded.