Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

PDF with hundreds of images, how to avoid loading all images concurrently #5290

Open
nicodemuz opened this issue Dec 20, 2022 · 1 comment
Open

Comments

@nicodemuz
Copy link

We have a PDF that loads hundreds of images over HTTPS. These images seem to be loaded all at once. Is there a way to batch load the images to avoid sending too many concurrent requests to the web server?

@MisterDuval
Copy link

with a bit of JS, you could use the lazy loading technique (not on scroll, but on a timer based?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants