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

Improve Timeline Image Loading #945

Closed
jkennedyvz opened this issue Oct 2, 2023 · 1 comment
Closed

Improve Timeline Image Loading #945

jkennedyvz opened this issue Oct 2, 2023 · 1 comment
Labels
enhancement New feature or request triage Issue needs triage

Comments

@jkennedyvz
Copy link
Contributor

Images are retrieved by the ashirt backend and then passed to the client, and timelines are loaded at once as we don't have pagination in place. This causes very slow loading times for timlines that contain more than a few hundred pieces of evidence.

Allowing clients to retrieve evidence out of band could reduce timeline loading times without relying on pagination.

When evidence is on s3 or gstorage we can generate pre-signed URLs to give back to the client. I'm not sure how we would authenticate requests for hosting static files, or if we should modify that at all.

@jkennedyvz jkennedyvz added enhancement New feature or request triage Issue needs triage labels Oct 2, 2023
@jkennedyvz
Copy link
Contributor Author

Closed with #956

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issue needs triage
Projects
None yet
Development

No branches or pull requests

1 participant