Having an issue where Dolphin will freeze every so often for 5-10 seconds, whether clicking the search button, decompressing a ZIP file, or opening a folder. I’m unsure as to what’s causing this and I’d appreciate some help in figuring it out.
If I would run into the problem I would first try to simplify the problem and make it reproducible if possible, best case you can reproduce it from the command line.
Then I would run strace, that program traces all OS access done and typically you find at the moment the freeze happens what is going on but this is far from simple.
Also I would try to prove that it is only Dolphin that freezes and not the whole OS. E.g. playing some music, then using Dolphin and hear if the music also stops when Dolphin freezes.