You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2025. It is now read-only.
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
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.
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
scroll effect doesn't work on ipad or iphone
The text was updated successfully, but these errors were encountered: