https://bugs.kde.org/show_bug.cgi?id=369255
--- Comment #7 from Misha Aizatulin <ava...@hot.ee> --- I had the same problem. Only 600 files but over sshfs, took about 20 seconds before it showed the first thumbnail. Looking at gstack, it seems that it spends all of the time in KFileItem::mimetype, so it looks like gwenview wants to know the mime type of every single file before it does anything else. I confirmed this by ripping out every call to KFileItem::mimetype and now it starts showing thumbnails and becomes responsive immediately upon startup. Attaching the diff against 25719c42e64210608488f17641c2308f2fe12f9d, will let someone closer to gwenview think of a proper solution. -- You are receiving this mail because: You are watching all bug changes.