Are there no tools to extract only the portions of js / css etc that your site actually uses, and just host that mini package yourself?
1MB Club
201–210 of 392 posts
Re: 1MB Club
#202Here's the disconnect, which is why these "webpages need to be slim!" sites tend to make me think they're greybeard nostalgia for an internet that doesn't really exist anymore. Your 1mb webpage is approximately 60ms worth of Disney+ streaming. Your 1mb webpage is approximately 1.7s worth of Zoom chat. Your 1mb webpage is approximately 1.9s worth of Tiktok video. Unless you are specifically targeting low-bandwidth use…
Re: 1MB Club
#203A few years ago I wrote a little blog software which is based completely on JS functionality (including i18n and page transition animations) and doesn't work without it. So much so that no search engine ever finds the posts (my mistake, if you would do it right, that should not be a problem nowadays).
And yet, loading a page is less than 1 MB. In fact, loading the HTML and JS only, the page would fit in 100kb. The Webfonts are responsible for most of the traffic.
Re: 1MB Club
#204What's a good framework for building lightweight websites? Or am I better off just writing HTML?
If it’s just a static or almost static content I’d lean more towards just plain HTML, maybe with a little server templating.
Re: 1MB Club
#205Thanks, especially for: https://john-doe.neocities.org/ I'm just looking at modern front end web again (we're using react, ant - and I've stockholmed myself into considering react with tailwind as a "lightweight" alternative... Nice to be reminded about truly simple html+css).
Re: 1MB Club
#206Ahh let the bikeshedding continue. In these situations all I want to say is "Who cares". Optimization matters when it actually solves a problem, before that it's just wasted effort. I don't hear the general public yelling from the rooftops "The web is too slow! Developers are building too fast! I wish we could go backwards!"
What about the problem of CO2 / MB ?
Re: 1MB Club
#207Re: 1MB Club
#208Re: 1MB Club
#209Re: 1MB Club
#210I believe this is placing emphasis on entirely the wrong thing. Page size does not matter. Render time/time 'til functional does. Stripe.com is 1.2MB fully loaded but is pretty much all non blocking so it feels as fast as a very small site. By the time you've scrolled to the bottom of the homepage it's loaded >2MB. The convert pretty well, and my experience is that Stripe knows what they are doing better than most. S…
yar, maybe it should've been about js size, ideally closer to the 200kb-of-js club