Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.14, 6.5.1
-
-
47325e01b (dev), 07ee02f3f (6.6), 6a18ccff2 (tqtc/lts-6.5), f512fa658 (tqtc/lts-6.2), 878e3342e (dev), 4a432a761 (dev), 5344baee2 (6.6), a5bcb4167 (dev), 66cd58b2a (6.6), 1c35f2209 (tqtc/lts-6.5), 5cacae8c7 (tqtc/lts-5.15), 4c0d1383d (tqtc/lts-6.2)
Description
Attached example tries to load images and performance has come down quite a lot and seems to only occur in static builds.
Profiling the application points to CBor and parsing of plugin meta data, which takes quite significant amount of time. Especially in Qt 5.15. Situation is a lot better in Qt 6 generally, but it is still much slower there in static builds than in dynamic builds.
Perhaps it shouldn't be doing all this meta data parsing for every call.
Also even though the situation has improved with Qt 6, it still seems to be much worse on Windows than on other platforms.