Hacker News new | ask | show | jobs
by gwern 1465 days ago
One obvious thing you could do to conserve bandwidth is not do loading=auto but loading=lazy. You've got like 70 images in there which are going to download, but how many readers will scroll to the bottom and look at all 70? (Few.)
1 comments

Oh, this is actually a bug of the html template, until now I've never realised it was happening. I've just fixed it, thanks.