calpoly-csai / virtual-tour-concept

https://sleepy-mclean-e6f76f.netlify.app/
1 stars 0 forks source link

Research: Image loading performance optimization #3

Open masonmcelvain opened 3 years ago

masonmcelvain commented 3 years ago

We need to make this app more performant in terms of image loading and video playback.

Jason-Ku commented 3 years ago

https://insanelab.com/blog/web-development/webp-web-design-vs-jpeg-gif-png/#:~:text=JPEG%20is%20a%20no%2Dbrainer,JPEG%20as%20an%20image%20format.

Take away from above and other sources:

masonmcelvain commented 3 years ago

AVIF is another file compression format with great compression (about 50% smaller file sizes than JPG). Doesn't have as much browser support as WebP however. https://www.freecodecamp.org/news/how-to-use-avif-images-on-your-website/

https://jakearchibald.com/2020/avif-has-landed/