-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
I suggest next-optimize-image to do on-the-fly optimisation. |
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? |
I would look into datoCMS But if it's purely a cdn you're looking for then maybe cloudinary |
By reading the contents of this issue, it gives a feeling that it was raised to promote the datoCMS. |
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.
The text was updated successfully, but these errors were encountered: