Converting big size images from buffer to base64 string takes a lot of time and greatly reduces movement on the website. The website feels laggy and sluggish in a way.
Is there a better way to handle big images ? Or should we cache the base64string image in the first place, thereby avoiding to convert image everytime there is an update ?
Converting big size images from buffer to base64 string takes a lot of time and greatly reduces movement on the website. The website feels laggy and sluggish in a way.
Is there a better way to handle big images ? Or should we cache the base64string image in the first place, thereby avoiding to convert image everytime there is an update ?