https://bugs.kde.org/show_bug.cgi?id=178678
--- Comment #94 from Harald Sitter <sit...@kde.org> --- (In reply to Stef Bon from comment #93) > Do you have also some information how the interaction is with the kio-slaves? That really depends on the actual code path that is slow. KIO may not even be involved, in fact if KIO slaves were involved we'd not be having this problem as they are all sporting async API by design. It's skipping KIO that is usually causing performance troubles. Notably there are problems with certain bits of code assuming that "local URI == fast" and consequently use sync POSIX API in the GUI thread e.g. https://bugs.kde.org/show_bug.cgi?id=423502 Pretty much all the bugs in the see also section are instances of that. > And is there a developerscorner where I can write down everything I > see/discover/find/my opinion and discus? https://invent.kde.org/system/dolphin/-/issues respectively https://invent.kde.org/frameworks/kio/-/issues is where we keep notes/todos. For discussion it's often times best to hop on freenode #kde-devel or just tag the relevant people in the issues on invent. -- You are receiving this mail because: You are watching all bug changes.