ChannelThumbnail fixes #6075
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#6075
Loading…
Reference in a new issue
No description provided.
Delete branch "ip/reenable-channel-thumbnail-optimization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Disable optimization in Channel Page and for GIFs
ChannelThumbnails: revisit image optimization
Don't use optimized URLs on channel pages (profile/banner)
Notes
This is not the best/full solution yet, but it is better than what we have to today (one step in the right direction). The main page should load faster now.
Changes:
ChannelThumbnail
, but disable it for the avatar in Channel Page and also if it's a GIF.Remaining problem
Optimized channel thumbnail size is currently hardcoded to a lowest common denominator. Filed as #6074
Get exact optimized thumbnail sizes instead of hardcoded to lowest denominator
ChannelThumbnail: fix lazy-loading
Revisit lazy-loading Channel thumbnails
.Thumbnail lazy-load causes ChannelSelector icon to not update
.channelThumbnail
andthumbError
.data-src
was not used, so it wasn't actually lazy loading previously.