What is web minimalism?

Published: Aug 22, 2022 by Darren Foley

Web Minimalism is a design principal which focuses on the simplification of web user interfaces. Its an approach to website UI design that places emphasis on clarity, purpose, functionality and intentionality over adding features that provide little benefit. Everything else is redundant; popups, trackers, banners or anything else that could increase cognitive overhead for end users.

In addition to visual bloat, modern websites are growing in size due to extra javascript logic and image files. Website designers have become more reliant on end users with high bandwidth internet connection which is more common but not given, and the use of Content Delivery Networks (CDNs) to improve performance. This is becoming easier now with numerious cloud CDN services and providers. However, page size should not be neglected at the expense of functionality which provide little to no value.

Given that a large proportion of the web is serving static content e.g. browsing products, recipes, news articles and so on, a large proportion of the modern web could be radically simplified. This is best shown visually, so I've included some examples below to explain what I mean along with some principals of UX that I think are very important.


Bloated Website Example

Example: Harvey Norman

Business Type: Electronics and furniture retailer.

Home page

HN_Site1


Product Page

HN_Site2


First off, visually this website throws a lot at you; multiple color schemes, Banners, multiple navigation bars, popup windows etc. None of this is really what the customer is looking for. In most cases the customer just wants to browse products, which is really just static content, images and text.


Performance wise, including images and javascript files etc. the site is around the ~10.9MB mark and takes approximately 1.8 seconds for DOM ready and about 3.32 seconds for the page to be fully rendered. - Thats with no cached files measuring from an incognito browser and with high bandwidth wifi connection approx 30MB/sec.

PagePerformance

Lets compare that to a minimal website.


Minimalist Websites

Example 2: Tinker Watches

Business Type: Custom Wrist Watch brand.


Home Page

tinkerSite

Product Page

tinkerSite2


First off, this is a noticably superior UI design. A simple color scheme that doesn't overload the eyes along with a intuitive navigation side bar that really makes things easy for the customer. As for the products page itself, again a very simple design, showing images and text for browsing and no unecessary popups or banners.


tinkerSite2

In terms of performance, this is a much smaller site than the first example at around 3.1MB (still quite big). DOM takes 1 second with full load around 1.9 seconds.


Summary

You could argue that this was not a fair comparison due to differences in business model, company size and product range between sites. However, its clear that the tinker watch site adheres to minimalist principals much better than the harvey Norman web site, both in terms of visual minimalism and performance.

Web Frontend Minimalism UX

Share