└─➜ time plasma-open-settings 11:03 Sat 08-Aug
________________________________________________________
Executed in 94.64 millis fish external
usr time 75.03 millis 256.00 micros 74.77 millis
sys time 13.06 millis 92.00 micros 12.96 millis
Under a hundred millis here so I would guess you need to determine what it’s doing when it takes 450 times longer to start.
strace -f -tt -T -o ~/trace.log plasma-open-settings will tell you precisely what is happening and how long each thing takes. I can supply mine if you want to diff the two.