September 7, 2022
The fastest website in the world

“This is the fastest website in the world. Don’t even try, you will not be able to find anything as fast as this website!”

This is what Mfon Abel Ekene wrote on this website. He continues: “I am tired of people, clients, and developers being too much obsessed with speed. The only way to have a super-fast website is to have a website with almost nothing!”

I do not agree with that… and yes, I am obsessed with speed. “Don’t even try” sounds like a challenge to me. Where Robin J.E. Scott claims to have the fastest website in the world with a top ranking monstrosity of 1Mb, Mfon has created a much lighter page at 172kb. However, that is still 100kb larger than this website.

A lot of unused code

Why is his page still so large? Let’s analyze the network tab in our developer tools. It will show us the following:

You could trow away 95% of the code without changing anything (visually). Your new page would consist of a few lines of CSS, a favicon and some HTML. Do you want proof? I recreated Mfon his website… check it out! It weighs 9kb, almost 20(!) times less than its original. It loads in 71ms (from Frankfurt), which makes it up to two times faster than the fastest website in the world.

Updated in 2024

Since I wrote the part above, two years ago, Mfon has improved his page significantly. It now weighs only 60kb. I have rebuild this new page as well and guess what!? I could still trow away 75% without changing its appearance, by removing unused html, stylesheets, scripts and meta tags. This reduced the loading time by one third.

Mfon writes: “If you want a super-fast website then use 11ty or any other lean static site generator.” That is not true. If you want a super-fast website, you should reduce the code you output. It will make your website the fastest website in the world.

Conclusion

Although I agree with Mfon that size or speed should not be the goal itself… and although Robin J.E. Scott has proved (once again) that size and ranking are not related… I do believe that size and speed are important. They do not only improve the user experience, but they are also indicators of build quality. Code is poetry. This is exactly the reason why I publish the Google score in my portfolio.

()  Joost van der Schee

next blog post next post previous blog post previous post Scroll to top