09:06:47 .merges 09:06:47 -xmr-pr- #1027 #1074 #1075 #1079 #1080 #1084 #1086 #1087 #1092 09:07:27 luigi1111w could you merge some stuff when you have a sec? 09:09:12 binaryfate please delete your netlify instance when you can 09:45:37 -xmr-pr- erciccione opened pull request #1094: Merchants: update 'BITEXBOOK' 09:45:37 -xmr-pr- > https://github.com/monero-project/monero-site/pull/1094 10:14:44 i shrinked the images in the homepage. We went from 1.51 MB to 468.63 kB 🙂 https://github.com/monero-project/monero-site/pull/1095 10:14:47 sarang ^ 10:14:57 i'll do the same for the other images 10:15:38 -xmr-pr- erciccione opened pull request #1095: Shrink images to reduce size of the homepage (from 1.51 MB to 468.63 k... 10:15:38 -xmr-pr- > https://github.com/monero-project/monero-site/pull/1095 10:36:39 ErCiccione[m]: what tool did you use? zopflipng managed to shave off another 5% 10:40:49 I used tinypng. If there is no degradation just send me your png please and i will upload those (i'm about to have lunch, will be back in a couple of hours) 10:43:10 yeah still lossless :) 10:44:00 i can run it on everything in img/ 10:44:08 *or at least every png in img/ 10:54:14 I wonder how these tools save so much space 10:54:20 what can they even remove apart from metadata 10:58:27 png contains gzip'd or deflate blobs, zopflipng just recompresses them 10:59:22 not sure what pngcrush -brute does but i think that it just rewrites it in a bunch of ways to see if anything is smaller 11:08:46 I only shrinked heavy images. I'm not a fan of running it in the entire folder. Especially if we can manipulate directly the originals (if they are around), but we can do it if we want. I will take a deeper look later today. 11:10:57 have you seen Git LFS? i've never tried it but i think it might help with keeping images and other large files in the repo 11:11:09 don’t think it is necessary for the site repo 11:15:38 -xmr-pr- 00-matt opened pull request #1096: img: Recompress all PNGs with zopfli 11:15:38 -xmr-pr- > https://github.com/monero-project/monero-site/pull/1096 11:26:26 Yeah it's not necessary. 11:28:53 Oh you made a PR. As i said, not a big fan, but that's me. I'll close mine in a bit. 11:36:45 asymptotically: I'm taking a look now and your pngs seem much bigger than mine. The entire homepage with your files is 1.36 MB, compared to the 468.63 kB of mine 11:37:46 for example, your support.png is 280kb, mine is 72.7kb 11:41:58 :x when i ran it on the files initially they were smaller, let me see what i did wrong 11:42:11 it also made some iamges bigger :P 11:42:17 *images 11:42:54 oh no ignore my last comment 11:42:58 hmm it's only supposed to write them again when they're actually smaller. i wonder what horrible things ive done 11:43:51 ah i think when i tested it first, i ran zopfli on the images that you put through tinypng. but for the PR i ran them on the originals 11:46:01 i think original -> tinypng -> zopfli is the way to go. tinypng must be able to throw away some data in support.png since it's quite a simple picture, but zopflipng just recompressing chunks and doesn't touch the way the png is written 11:47:09 Alright. Then i'm gonna run zopfli on the shrinked images in my PR 11:50:39 with pngcrush and zopfli i cant get anywhere near to what you did to support.png lol 11:52:48 I'm testing zopfli on the already shrinked support.png but doesn't seem to reduce it further 11:53:15 (i'm simply doing zoplifi $picture) 11:53:35 try zopflipng $picture $picture-zopfli.png 11:53:53 zopfli on its own is just like running gzip on a file i think 11:54:12 Ah ok 11:55:49 yes, now took 5% more off (67k from 71k) 12:06:18 pushed 12:11:50 saves only 1kb on the final homepage, but looks good. 12:15:37 .merge+ #1095 12:15:38 Added 12:35:34 that's nice, everything helps 13:11:46 Nice 16:31:38 -xmr-pr- erciccione opened pull request #1097: Fix URL generation in sitemap generator 16:31:38 -xmr-pr- > https://github.com/monero-project/monero-site/pull/1097 17:53:35 .merge+ #1097 17:53:36 Added