https://bugs.kde.org/show_bug.cgi?id=372999

--- Comment #3 from Elvis Angelaccio <elvis.angelac...@kde.org> ---
The bottle-neck is in extractfileitemaction.cpp:

    foreach (const QUrl &url, fileItemInfos.urlList()) {
        const QMimeType mimeType = determineMimeType(url.fileName());
        if (m_pluginManager->preferredPluginsFor(mimeType).isEmpty()) {
            continue;
        }
        ...
    }

For some reason, determineMimeType() is slow (query to the mime DB?)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to