[LewisCowles], cweiske, gRegorLove, strugee and moppy joined the channel
#jackytrying to bring this 1 second load time down
#jackybut I don't think I can tbh (I can split out font loading into a separate CSS file or move the fonts to be lazy loaded so the page can paint sooner
#jackybut I think a first time one second and subsequent sub second speeds are okay!
#jackythat said if I did want to reduce the payload, just cutting out fonts alone would help
KartikPrabhu joined the channel
#[LewisCowles]sort of damned with webfonts and progressive enhancement either way. it's block time vs repaints
#jackyrandom: can anyone else with indieauth on their site trying signing into https://lighthouse.black.af? I know it works for me (and two other people) but I need more edge cases for sign in
#[Ana_Rodrigues]ah great! I can test again whenever you’re ready
#sknebeland then to /posts. I might be relying on some ambiguity in representative h-card there, would need to double-check (don't have time right now)
#sknebel(i.e. I think I remember being convinced I'm right there, but I might be wrong :D)
#jackytbh I think I might change this to resolve the rep hcard _before_ going to do the indieauth flow (like a little confirmation that this is who you'd want to sign in as)
#jackybut that doesn't necessarily give me the 'correct' URL because it could change with the 'profile' scope
#jackythe dashboard is _very_ vanilla; for sites not using lighthouse for their site, it'll just check and show if you have an endpoint for now
#jackyI want to extend it to run a small set of those tests over at https://webmention.rocks just to make sure the endpoint is working for things people would expect (sending and receiving)
#[KevinMarks]got an error again (that site also uses indieauth)
#nekr0zI'm lazyloading images on my site, and I started wondering whether <img class="u-photo" src="/svg/loading.svg" data-src="/actual_image.jpg"> was legal from MF2 point of view...
#aaronpkParsers won't find the data-src one at all
#LoqiIt looks like we don't have a page for "lazy loading" yet. Would you like to create it? (Or just say "lazy loading is ____", a sentence describing the term)
#Loqiaaronpk has 63 karma in this channel over the last year (228 in all channels)
#aaronpkif you insist on the loading image in the img tag and swapping it out in javascript then you'd need to move the u-photo class elsewhere to some element that the mf2 parsers can find like using a data element for it
#nekr0zThat's a cool idea, too, seeing as how not all the browsers support loading="lazy" yet.
#nekr0zHm, what if I put the 'real" image in srcset? Shouldn't that supercede src?
#nekr0zNo, that won't work, it would also supercede the lazyloading thing.
[LewisCowles] joined the channel; michael-lewis left the channel
#[LewisCowles]loading=lazy will literally show nothing until the image is loaded. Maybe there is some CSS you could use with JS events setting the background to a single loader image, which onLoad has the HTML class removed?
#[LewisCowles]you would need dimensions set, but AFAIK that is beginning to be advised to avoid page re-flow
#[LewisCowles]I think images are loaded into the foreground, so as long as an element has no padding, the image loading should cover the background loader image
[snarfed] joined the channel
#[snarfed]jacky just fyi i got "couldn't determine who you are" w/snarfed.org, uses indieauth.com
#[LewisCowles]what was I saying here... loading=lazy is css matchable, no js needed. it does look like loading=lazy isn't applied if all the images have the same url 😞
#[Ramiro_Ruiz]I’m trying to separate my twitter accounts for each language and I’m seeing that brid.gy is having problems to send webmentions from the other account. I think the url might be the problem since is the same site just with a /es/ at the end for the spanish website. Is that the problem? that it detects the site to be the same and already in use?
Ramiro_Ruiz and oenone joined the channel
#[snarfed][Ramiro_Ruiz] hmm, sorry for the trouble! bridgy publish doesn't support multiple twitter accounts for the same site, but bridgy backfeed should
#[snarfed]can you give me an example of a reply that should have been backfed but wasn't?