Bug 66938 - poppler doesn't cache heavy objects
Summary: poppler doesn't cache heavy objects
Status: RESOLVED MOVED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 17:24 UTC by Pavel Ignatov
Modified: 2018-08-21 10:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pavel Ignatov 2013-07-15 17:24:45 UTC
When displaying huge pages they are usually rendered piece by piece using calls to the page_renderer::render_page() with appropriately calculated resolution and coordinates. When for example a pdf-page contains a huge jpeg 2000 imgage it can take several dozens of seconds to render. It seems it because on every render poppler restores a bitmap for this jpeg 2000 from scratch. As a result, when the viewer which renders big pages piece by piece spends dozens of seconds on every page scroll.
Comment 1 Albert Astals Cid 2013-07-16 10:01:12 UTC
Patches welcome :-)
Comment 2 Pavel Ignatov 2013-07-17 17:40:11 UTC
Ok :)
Comment 3 GitLab Migration User 2018-08-21 10:45:03 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/352.


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.