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

Caching images in blog posts #855

Open
1 of 2 tasks
Cwpute opened this issue Sep 13, 2024 · 0 comments
Open
1 of 2 tasks

Caching images in blog posts #855

Cwpute opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Cwpute
Copy link
Contributor

Cwpute commented Sep 13, 2024

  • Cache blog post API query
  • Save blog post images in the minio instance

This issue follows exchanges on the Discord (https://discord.com/channels/1070731899317796974/1284146860130439281):

Was reading psi's zapatista short comic, and as i was trying stuff out, poking at different stuff on Mirlo's website, i kept reloading and reloading the same blog post. And after several refresh, i noticed my data consumption rising and rising...! I suspect it was the post's embedded image that kept being downloaded again and again !
Could this be the case ? Is there a limit to the size of pictures displayed on any blog post ? does Mirlo resizes pictures uploaded by users so they don't feature any absurd size and gobble up ye poor man's data ?

The images in blog posts need a lot of improvement
The easiest win is probably caching the blog post api query
I don’t think that gets done atm
The bigger lift is that I think we actually need to save blog post images in our minio instance

@simonv3 simonv3 added the enhancement New feature or request label Oct 22, 2024
@simonv3 simonv3 mentioned this issue Nov 28, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants