Earlier quoted context omitted.
> Are web pages much heavier than they need to be? Yes What about the question "do web pages work any better than they did in 2007?" when we were using full page reloads and server side logic instead of Javascipt tricks. I see so much basic brokenness on the web today from the back button not working to horribly overloaded news websites with mystery-meat mobile navigation I find myself wondering what have we really a…
network latency still fails to catch up to human awareness' time resolution. client-side logic, done right is much improved over a server-side solution.
The average size of Web pages is now the average size of a Doom install
221–230 of 467 posts
Re: The average size of Web pages is now the average size of a Doom install
#222Earlier quoted context omitted.
Latency of a new request as mentioned in one of those articles is the main reason why I self host everything. Since HTTPS needs an extra round trip to startup, it's now even more important to not CDN your libraries. The average bandwidth of a user is only going to go up, and their connection latency will remain the same. If you are making a SaaS product that business want, using CDNs also make it hard to offer a ente…
This might make sense, if all of your users are located near your web servers and you can comfortably handle the load of all the requests hitting your web servers. If the user making the request is in Australia, for example, and your web server is in the US, the user is going to be able to complete many round trip requests to the local CDN pop in Australia in the time it takes to make a single request to your server…
Re: The average size of Web pages is now the average size of a Doom install
#223The Doom install image was 35x the size of the Apollo guidance computer. Thirty-five times! Apollo software got us to the moon. Doom wasted millions of man-hours on a video game. My point of course is that these comparisons are not actually that illuminating. Are web pages much heavier than they need to be? Yes. This presentation very capably talks about that problem: http://idlewords.com/talks/website_obesity.htm Do…
That link inspires me to print and bind the code of a webpage into a book, and put it on a shelf next to other literature masterpieces. One Hundred Years of Solitude The Count of Monte Cristo Anna Karenina Don Quixote Amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs & more
Re: The average size of Web pages is now the average size of a Doom install
#224Re: The average size of Web pages is now the average size of a Doom install
#225Earlier quoted context omitted.
What if the checksum was the same and you accepted the cache hit if the checksum agrees and get your own copy if it doesn't? Maybe the application should get to declare a canonical URL for the js file instead of the browser? So something like https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.m... sha-256="31be012d5df7152ae6495decff603040b3cfb949f1d5cf0bf5498e9fc117d546"> Would this cause more problems than i…
> I'm concerned about people like me who use noscript selectively. How easy is it to create a malicious file that matches the checksum of a known file? SHA-256? Very, very, very, very hard. I don't believe there are any known attacks for collisions for SHA-256.
Re: The average size of Web pages is now the average size of a Doom install
#226Earlier quoted context omitted.
>Apollo software got us to the moon. Doom wasted millions of man-hours on a video game. How many millions of man-hours Apollo project wasted for a PR stunt?
Mandatory: Benefits from Apollo [PDF] https://www.nasa.gov/sites/default/files/80660main_ApolloFS....
Re: The average size of Web pages is now the average size of a Doom install
#227The Doom install image was 35x the size of the Apollo guidance computer. Thirty-five times! Apollo software got us to the moon. Doom wasted millions of man-hours on a video game. My point of course is that these comparisons are not actually that illuminating. Are web pages much heavier than they need to be? Yes. This presentation very capably talks about that problem: http://idlewords.com/talks/website_obesity.htm Do…
Re: The average size of Web pages is now the average size of a Doom install
#228Earlier quoted context omitted.
>make sure our computer was set to 800x600 Thaaaaaaaat's nonsense. I had relatively high-res CRTs (1600x1200) in the late 90s and early 2000s. My father and I were able to get by with Netscape Navigator and Firefox for quite awhile as well.
Firefox was released in November 2004.
Re: The average size of Web pages is now the average size of a Doom install
#229Sure, if man hours were free, we could trim it all down to (my rough guess) about 1/10th the size. But at $100 or even $10 an hour its just not worth it. Pay the GBs to your carrier, spend $50 more on a better phone.
Re: The average size of Web pages is now the average size of a Doom install
#230The Doom install image was 35x the size of the Apollo guidance computer. Thirty-five times! Apollo software got us to the moon. Doom wasted millions of man-hours on a video game. My point of course is that these comparisons are not actually that illuminating. Are web pages much heavier than they need to be? Yes. This presentation very capably talks about that problem: http://idlewords.com/talks/website_obesity.htm Do…