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

Images should be lazy loaded & optimized #66

Open
poulainv opened this issue Oct 16, 2019 · 4 comments
Open

Images should be lazy loaded & optimized #66

poulainv opened this issue Oct 16, 2019 · 4 comments

Comments

@poulainv
Copy link
Owner

Images loading will probably be the major performance issue. A lot of different solution exist to manage it: size & format optimisation, LQIP, lazy loading.
Some of them are implemented in https://github.com/stereobooster/react-ideal-image for instance. It may be worth to take a look once images will be stored in own CDN.

@asherccohen
Copy link

I suggest next-optimize-image to do on-the-fly optimisation.
For Lazy loading here are some considerations:
https://link.medium.com/zSq2GMiYr3

@poulainv
Copy link
Owner Author

poulainv commented Jan 22, 2020

Currently, images are loaded from remote host (amazon, medium, ...). Before, I think I should use a proper CDN. Do you have any hint about CDN with nice free tier?

@asherccohen
Copy link

I would look into datoCMS
https://www.datocms.com/blog/offer-responsive-progressive-lqip-images-in-2020

But if it's purely a cdn you're looking for then maybe cloudinary

@cloudcompute
Copy link

By reading the contents of this issue, it gives a feeling that it was raised to promote the datoCMS.

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

No branches or pull requests

3 participants