Hi, in my app for Sailfish OS I've got a really long startup time compared to other apps. (On the first load it is especially long, I assume because Quicklisp is loading systems.)
The longest wait and the one that would make startup time good enough for me if it was gone is marked with "-->":
$ eql5 --version [D] unknown:0 - Using Wayland-EGL EQL5 20.7.1 (ECL 20.4.24, Qt 5.6.3)
$ pusfofefe [D] unknown:0 - Using Wayland-EGL ;;; Loading #P"/usr/lib/ecl-20.4.24/ecl-quicklisp.fas" ;;; Loading #P"/usr/lib/ecl-20.4.24/ecl-curl.fas" ;;; Loading #P"/usr/lib/ecl-20.4.24/sockets.fas" ;;; Loading "/home/nemo/quicklisp/setup.lisp" ;;; Loading #P"/usr/lib/ecl-20.4.24/asdf.fas" --> Reading config "/home/nemo/.config/pusfofefe/config.lisp"... Config read. Reading messages from "/home/nemo/.config/pusfofefe/messages.lisp"... 50 messages read.
It seems to be right before my code starts running. Is this an issue for EQL5-Android/iOS as well? Any fixes?
Regards, Erik