Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

homepage image slows site down on mobile and scroll parallax doesnt work on mobile apple devices #110

Closed
sophiaswang opened this issue Sep 16, 2020 · 2 comments · Fixed by #111 · May be fixed by #127
Closed

homepage image slows site down on mobile and scroll parallax doesnt work on mobile apple devices #110

sophiaswang opened this issue Sep 16, 2020 · 2 comments · Fixed by #111 · May be fixed by #127
Assignees

Comments

@sophiaswang
Copy link
Contributor

scroll effect doesn't work on ipad or iphone

@MoralCode
Copy link
Contributor

Problem 1: the image is HUGE. 4.6-ish megabytes and 2kx2k pixels. should be scaled down to at least biggest size that its ever reasonably shown at. otherwise users are spending time downloading pixels they cant see
Screenshot_20200916_084410

Problem 2: found this that might be useful: https://developers.google.com/web/updates/2016/12/performant-parallaxing

@MoralCode
Copy link
Contributor

Screenshot_20200916_091016
images scaled down and jpegs optimized according to basically google's recommendations. see linked PR. Also feel free to add the other scroll optimizations to this PR
headshots reduced to a width of 250 (down from ~3000px)
bit by bot images reduced to a width of 500px (down from ~1500px)
recently added logo images reduced down to whatever maximum size they are displayed at on the site (800px wide for the big one, ~25 px tall for the small nav one)

Remember that doubling the width/height of a square image results in a quadrupling of the file size/number of pixels, and thus, the time it takes to download.

@sophiaswang sophiaswang reopened this Sep 16, 2020
@MoralCode MoralCode changed the title homepage image slows site down on mobile homepage image slows site down on mobile and scroll parallax doesnt work on mobile apple devices Sep 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants