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

Loading times are sloooooow if you aren't @ RIT #39

Open
sgreene570 opened this issue Apr 15, 2018 · 4 comments
Open

Loading times are sloooooow if you aren't @ RIT #39

sgreene570 opened this issue Apr 15, 2018 · 4 comments

Comments

@sgreene570
Copy link
Member

Maybe have a fast mode where images are transcoded?

@liam-middlebrook
Copy link
Member

Seems like we'd want some sort of user-specific settings panel to track whether users want the full-size image or something in-between full and thumbnail.

@MoralCode
Copy link

Maybe it could default to showing a lower-res version of the image and either have a button to view the full image for the people that want it rather than storing additional state

@RamZallan
Copy link
Member

What exactly is the problem here? Loading directories or individual files?

Directories already only display 128px thumbnails, so loading times can't be accelerated much there.

For file viewing, we could have something of a "staging" filesize, some middleground betw thumbnail and full-size, something like a max width of 1000, maybe, with a link/button to open the full-size file. That said, it would require three files in S3 for each (~30,000) file on Gallery.

@sgreene570
Copy link
Member Author

The problem here is definitely individual files, not directories. Would trans-coding on-the-fly affect API response time that much?

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

No branches or pull requests

4 participants