cityofaustin / grackl

A bird's eye view of Digital Projects at the City of Austin
https://grackle.austintexas.io/
MIT License
11 stars 3 forks source link

Optimize image loading #87

Open mateoclarke opened 6 years ago

mateoclarke commented 6 years ago

Especially obvious on this page. https://grackle.austintexas.io/projects

Right now, we are pulling down images from Airtable each time. We should cache the images locally and access them as static or public assets. We could also add lazy loading. The fact that the image displays as a background-image in css make this tricky right now.