URL: http://www.webpagetest.org/result/150804_2Y_1B1S/

the-toast.net on WebPageTest
The number one rule in the general best practice of web performance is "Minimize HTTP Requests".

Yeah, it's more important than anything else.

So, I took the biggest offender from the collected sites Number of Domains and ran it through WebPageTest. The result is almost comical.

That's amazing! I'm not even sure I could achieve that even if I tried. It's almost like those sickeningly infested Internet Explorer toolbars that are often a joke.

Some numbers to blow your mind (on a DSL connection from San Jose, CA, USA)...

  • Time to fully loaded: 85 seconds
  • Bytes in: 9,851 KB
  • Total requests: 1,390 (!!)
  • SpeedIndex: 10028 (my own site's 950)

What's mindblowing about how bad this site is that even on the repeated view, where a browser cache is supposed to help a lot, is that it takes 30.6 seconds and still makes 347 requests. Just wow!

Comments

Your email will never ever be published.

Previous:
Some tips on learning React August 4, 2015 React, JavaScript
Next:
News sites suck in terms of performance August 8, 2015 Web development
Related by category:
Fastest way to find out if a file exists in S3 (with boto3) June 16, 2017 Web development
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Web development
<datalist> looks great on mobile devices August 28, 2020 Web development
How to have default/initial values in a Django form that is bound and rendered January 10, 2020 Web development
Related by keyword:
Even more aggressively trying to preload your next page load January 22, 2018 Web development, JavaScript
Lazy loading below the fold October 26, 2013 Web development, JavaScript
How to do performance micro benchmarks in Python June 24, 2017 Python
The impressive first-meaningful-paint improvement of using minimalcss April 24, 2018 Web development, JavaScript