Commit graph

14 commits

Author SHA1 Message Date
infinite-persistence 28e9aea290 Improve cache for hashed js files 2021-07-21 08:13:27 -04:00
infinite-persistence 6f4ce0a57c
Apply placeholder images
https://lbryians.slack.com/archives/C81FGKR51/p1624278721203900?thread_ts=1624269131.202200&cid=C81FGKR51

The intrinsic size needs to be at least equal the final image's size. Stretching, SVGs, etc. doesn't count.
2021-07-19 12:07:26 +08:00
infinite-persistence 1745f08fb8
Fix typo in filename 2021-07-19 10:42:53 +08:00
infinite-persistence 3322b91c5d
Improve <video> poster thumbnail fetching.
Even with the caching changes, a 150kB thumbnail still takes 1-2s to fetch. This impacts the score.

## Change
(1) Start with a large-enough placeholder image (has to be larger than the final image -- inflating doesn't count), then delay just enough for scoring, then switch to the real thumbnail.

(2) Since we are now doing post-mount stuff, we have the exact dimensions to optimize the claim thumbnail. This reduces the typically-several-MBs thumbnail to kBs.
2021-06-25 16:00:47 +08:00
zeppi fe86010be5 More master reconciliation
rewards page recon

router recon

uEmailVerify recon

uPVerify recon

rm style

app/view recon

channel page recon

chanFol recon

syncPassword recon

fileDesc recon

web/redirect recon

wip

page/view recon
2021-04-27 23:05:38 -04:00
Sean Yesmunt 0987876920 hardcode odysee redirect for open.lbry.com links 2021-03-19 18:16:47 -04:00
zeppi e2d30e708e decode uri before test /$/ 2021-02-19 09:40:36 -05:00
Sean Yesmunt 675cb3119d deny iframes of for non embed pages 2021-02-18 17:24:31 -05:00
Sean Yesmunt d7f95ddd43 fix desktop build 2021-01-25 14:24:57 -05:00
Sean Yesmunt f2d00f2ad9 Revert "Revert "remove unnecessary redirect in server""
This reverts commit 63d8f1731e.
2020-12-22 21:36:58 -05:00
Sean Yesmunt 63d8f1731e Revert "remove unnecessary redirect in server"
This reverts commit e21b5be6f6.
2020-12-22 21:27:22 -05:00
Sean Yesmunt e21b5be6f6 remove unnecessary redirect in server 2020-12-16 16:56:06 -05:00
Sean Yesmunt 8c43457622 pass max-age header on js bundle so cloudflare can cache it 2020-10-23 01:51:51 -04:00
jessop e3c2919373 rename lbrytv to web
language and API consts

improve customization
custom homepages
get config from .env.default
custom title and logo

small changes

add pinned item to sidebar

rebase?
2020-05-25 17:21:02 -04:00