Hacker News
Help my website is too small
hahahahaw
|next
[-]
I’m assuming that they implemented this for some well-intentioned reason like attempting to automatically prevent someone from halfassing it with inadequate information or content, but it was the wrong way to do it, and hopefully this calls them out on it.
A propose a toast to all of those that make life better by keeping things short and/or minimized. They are giving us our life and our bandwidth back.
sirnicolaz
|next
|previous
[-]
thisislife2
|next
|previous
[-]
Today's "10 MB minimum" videos on the background web pages (half of it made up of ads) is just so irritating, and disappointing.
One of my friend works at Microsoft / LinkedIn, and when he asked me (7+ year ago) how the LinkedIn Mobile app could be improved, I advised him to reduce its size and make it as responsive as possible over the slowest mobile connection in India. And the indian team did do that and my friend later told me that the US office noted their work and commendedthem for it. (There are 100 million Indians on LinkedIn - https://www.forbesindia.com/article/take-one-big-story-of-th... ).
reconnecting
|next
|previous
[-]
In Safari 15.6.1 (2022), half of the CSS is not loading properly: background color, menu, link colors, and fonts etc.
@layer defaults {
a:not(.toc-backref) {
{
--textDecorationColor: var(--linkDecorationColor);
text-decoration-color: var(--textDecorationColor);
text-underline-offset: auto;
text-decoration-thickness: 0.15rem;
}
spuz
|next
|previous
[-]
basilikum
|root
|parent
[-]
tosti
|root
|parent
[-]
wvbdmp
|next
|previous
[-]
adityaathalye
|next
|previous
[-]
em-bee
|next
|previous
[-]
how is that to small? just because not enough is included in the first http response?
any SPA that doesn't include server side rendering couldn't possibly be any larger as all it does is link to a script that builds the page. and SPA is the modern way to build sites, isn't it? or are you disqualified if your site doesn't support SSR, and the main content is images?
here is an idea for the above two sites: inline all the images and SVGs that will reduce the number of hits and make the page load faster. django should be able to do that. (the encoding of the images will make them a bit larger, but i hope compression can recover most of that).