Bug 107225

Summary: Rendering this PDF using cairo is an order of magnitude slower than with splash
Product: poppler Reporter: code
Component: cairo backendAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: The PDF

Description code 2018-07-13 19:54:33 UTC
Created attachment 140632 [details]
The PDF

$ time pdftoppm -png -cropbox test.pdf splash 

real	0m0,192s
user	0m0,177s
sys	0m0,015s

$ time pdftocairo -png -cropbox test.pdf cairo 

real	0m2,475s
user	0m2,450s
sys	0m0,019s


Note that the PDF consists of only a single page. The same performance difference exists for the full document.

Fedora package version: poppler-0.62.0-2.fc28.x86_64
Comment 1 code 2018-07-27 15:16:33 UTC

*** This bug has been marked as a duplicate of bug 103136 ***

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.