In the previous chapter, we created a photo album that used the OCI Object Storage to store the original images. These are large files that we do not necessarily want to render in full resolution until the user explicitly requests to view them. We can further enhance our application with image and/or data processing to create smaller preview images for rendering, thereby improving the page load performance.
One approach to ...