Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel unnecessary tile requests. #1559

Closed
ucyildirim opened this issue Oct 31, 2018 · 1 comment
Closed

Cancel unnecessary tile requests. #1559

ucyildirim opened this issue Oct 31, 2018 · 1 comment
Labels

Comments

@ucyildirim
Copy link

Hi all,

I'm working with very large images.
IF I pan / zoom sequentially, too many tile requests are being queued.
Is there a way to cancel unnecessary tiles ? (Like 'the tiles that are not visible')

Best regards.

@iangilman
Copy link
Member

You should be able to cancel pending tile requests manually using viewer.imageLoader.clear() if you want (as mentioned in #1327). You can also create your OpenSeadragon viewer with imageLoaderLimit: 1 or something so it doesn't start a lot of simultaneous requests.

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

No branches or pull requests

2 participants