Building Solution for Image based Responsive Website
amourow
Building a responsive website which mainly consists of images usually comes with performance issues. To provide faster content delivery, we have to:
- Optimize images (Image optimize)
- Deliver suitable size of images (Breakpoint, Picture)
- Deploy images to visitors as close as possible (S3 filesystem, CloudFront)
I will draw from my experiences of utilizing several solutions to help optimizing the image based responsive website. This topic will cover solutions and its relative modules from different perspectives from:
- Frontend Techniques
- Server-side Utilities
- Cloud Service Tools