Starting system settings takes about 45 sec

Operating System: Fedora Linux 44
KDE Plasma Version: 6.7.4
KDE Frameworks Version: 6.28.0
Qt Version: 6.11.1
Kernel Version: 7.1.7-200.fc44.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-7700K CPU @ 4.20GHz
Memory: 16 GiB of RAM (15.6 GiB usable)
Graphics Processor: Quadro RTX 4000

Starting settings takes about 45sec before a window appears. Is there a way to speed this up?

Depends on why it’s slow. On my machine:

└─➜ 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.