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

Better method of generating thumbnails #1

Open
Fortyseven opened this issue Mar 26, 2022 · 0 comments
Open

Better method of generating thumbnails #1

Fortyseven opened this issue Mar 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Fortyseven
Copy link
Owner

Instead of generating thumbnails when the page is loaded, instead have a separate code path dedicated to generating a thumbnail.

So like, index.php?thumb=filename.gif, and generate/return inside the <img> tag. This way if a directory doesn't have all it's thumbs created yet, it won't block the browser loading the page itself.

  • This will result in a ton of index.php calls, but this not intended to be a high-performance, slick-ass gallery app, so YOLO.
@Fortyseven Fortyseven added the enhancement New feature or request label Mar 26, 2022
@Fortyseven Fortyseven self-assigned this Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant