Bug 107225 - Rendering this PDF using cairo is an order of magnitude slower than with splash
Summary: Rendering this PDF using cairo is an order of magnitude slower than with splash
Status: RESOLVED DUPLICATE of bug 103136
Alias: None
Product: poppler
Classification: Unclassified
Component: cairo backend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-13 19:54 UTC by code
Modified: 2018-07-27 15:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
The PDF (24.30 KB, application/pdf)
2018-07-13 19:54 UTC, code
Details

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.