codeforpdx / website

Official Code for PDX website
https://www.codeforpdx.org
5 stars 7 forks source link

Optimize loading of site images #9

Closed NickSchimek closed 2 years ago

NickSchimek commented 3 years ago

The site takes a bit long to load some of the images. Perhaps we can decrease the file sizes while still maintaining image quality and/or move the images to a cdn or perhaps there are other options to improve the load time on the first visit.

Note: I'd prefer to reducing file sizes before moving to a cdn.

Mobile loads without issue. Slow load times only occur with larger screen sizes which indicates the splash image is causing the issue. There are multiple files with varying sizes for the splash image, and the most optimum file is chosen for the screen size of the client. This may need to be tweaked to speed up the site.