ucsb-cs156-w24 / proj-happy-cows-w24-4pm-3

https://ucsb-cs156-w24.github.io/proj-happy-cows-w24-4pm-3/
0 stars 0 forks source link

UX: Faster image loading #4

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 8 months ago

Faster image loading

As a...

user

I can...

see the background image load faster

So that...

I am not annoyed when first loading the app

Discussion

At the moment, the first time you load the app with an empty cache, the background image take a very long time to load.

This is a function of at least two things:

You are encouraged to experiment with various image formats (.jpg, .png, .gif) to see which one gives the best tradeoff between how the image looks, and the load time. Note that some image formats have "progressive display" where a lower res image is loaded first, and then progressively gets more clear. That may be an option.

Acceptance Criteria

Implementation Todos

This probably involves replacing the images in the assets folder, and possibly changing the embedded image names in some other files if the image type is changed.