Evavic44/rocketmeme

Optimize images.

Closed this issue · 0 comments

Since we're dealing with a lot of images, this will affect the speed of the app due to the load time of downloading all the images.

A few suggestions to fix this.

  • Install imgBot: Done but will be triggered when repo is public
  • Manually optimize the images using tinypng
  • Serve images in different quality based on the devices using the <picture></picture> tag.
  • Install react-lazy-load-image-component