https://bugs.kde.org/show_bug.cgi?id=446146
--- Comment #5 from Dmitry Kazakov <[email protected]> --- Git commit cb85d92790e36e2007be62ba58cfb2b47cec2364 by Dmitry Kazakov. Committed on 17/06/2022 at 12:19. Pushed by dkazakov into branch 'master'. Don't include thumbnails into normal SQL queries It makes the queries too slow to operate. Instead, the thumbnails are now fetched using a separate query via resource_id. It increases the speed of KisAllResourcesModel::resetQuery() from 400ms to 0ms (with a lot of bundles active) M +0 -1 libs/resources/KisResourceModel.cpp M +27 -1 libs/resources/KisResourceQueryMapper.cpp M +0 -1 libs/resources/KisTagResourceModel.cpp https://invent.kde.org/graphics/krita/commit/cb85d92790e36e2007be62ba58cfb2b47cec2364 -- You are receiving this mail because: You are watching all bug changes.
