Created attachment 96640 [details] Visualization of a part of a call graph Problem is similar to https://bugs.freedesktop.org/show_bug.cgi?id=66928. Tested on poppler-0.25.2 Configuration: ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ --enable-cairo-output \ --enable-xpdf-headers \ --enable-libjpeg --enable-zlib \ --enable-poppler-qt4 \ --enable-poppler-glib Example file located here https://razor.blackbeam.org/x.pdf (sorry for expired certificate). Also here is callgrind output https://razor.blackbeam.org/callgrind.out (can be viewed with kcachegrind). Also i attached a call graph visualization. cmsDoTransform is called 6814 times which i think is reasonable due to height of an image on pdf page. But some funcs from liblcms2 and libm is called more then 100 000 000 times.
Created attachment 96641 [details] Visualization of a part of a call graph
Render is 61 seconds for both pdftoppm and pdftocairo.
*** This bug has been marked as a duplicate of bug 90171 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.