"Images" Blog Posts
- August 5, 2024Cloudflare image optimization in Next.js
Frontend
Images
Optimization
Resizing
Cloudflare is really good at optimizing images. Make it handle all images which require optimization and work out the best quality settings which fit your project well.
- July 1, 2024Cleaning up Laravel app database duplicates - part 2 - images
Backend
Laravel
Database
Cleanup
Images
Clean up image duplicates. Generate hash strings for our images and compare them only if other fields are equal.