Not fantastic: https://www.websitecarbon.com/website/smashingmagazine-com-2...
How we improved our website's performance
11–20 of 76 posts
Re: How we improved our website's performance
#12"Modern" web development is apparently a game of Jenga.
Re: How we improved our website's performance
#13"Modern" web development is apparently a game of Jenga.
Re: How we improved our website's performance
#14Not fantastic: https://www.websitecarbon.com/website/smashingmagazine-com-2...
How could this be improved?
Re: How we improved our website's performance
#15It's still way too slow. It's a big page of text. It should load in an instant. In my browser, I see 1.75 MB sent over the wire and a 2.5 second load time. My big pages of text [1] need 105 kB and load in 0.4 seconds. Their compressed critical CSS is the same size as my entire uncompressed CSS file. They send more CSS bytes than I send bytes in total. If you want to make a content website fast, it's quite simple: sen…
FWIW, it does load in an instant for me. (Lighthouse Performance = 99, Speed Index = 0.4s.)
Re: How we improved our website's performance
#16It's still way too slow. It's a big page of text. It should load in an instant. In my browser, I see 1.75 MB sent over the wire and a 2.5 second load time. My big pages of text [1] need 105 kB and load in 0.4 seconds. Their compressed critical CSS is the same size as my entire uncompressed CSS file. They send more CSS bytes than I send bytes in total. If you want to make a content website fast, it's quite simple: sen…
> It should load in an instant. FWIW, it does load in an instant for me. (Lighthouse Performance = 99, Speed Index = 0.4s.)
Re: How we improved our website's performance
#17It's still way too slow. It's a big page of text. It should load in an instant. In my browser, I see 1.75 MB sent over the wire and a 2.5 second load time. My big pages of text [1] need 105 kB and load in 0.4 seconds. Their compressed critical CSS is the same size as my entire uncompressed CSS file. They send more CSS bytes than I send bytes in total. If you want to make a content website fast, it's quite simple: sen…
Re: How we improved our website's performance
#18"Modern" web development is apparently a game of Jenga.
It certainly feels that way sometimes. But web is rather unique. There aren't any other platforms that demand you deliver an application for "a device" (specifications unknown!) in under 1 second.
Re: How we improved our website's performance
#1912 people for a static site seems like a huge team to me.
Re: How we improved our website's performance
#20"Modern" web development is apparently a game of Jenga.
I don't understand the point you're making. Mind elaborating?
OK, that basically describes any kind of software development, but web seems so much worse than anything else. And I say that as someone doing mainly Java backend development who's learned to live with the AbstractProxyFactoryManagerFactory jokes.