In Short
- Broadband isn't a cure-all: While the NBN and 5G have widened the pipes, latency and inconsistent mobile coverage mean we can't just ignore file sizes.
- The "Heavy" Web: A 5MB page used to be a death sentence; now, it's manageable, but only if that weight delivers genuine aesthetic value and credibility.
- The Aesthetic-Usability Effect: Users are more forgiving of slower load times if the visual payoff—high-res imagery and video—is stunning, but there is a breaking point.
- Search Engines are nuanced: Google and Bing still care about speed (Core Web Vitals), but they care more about relevance and user experience; speed is a tie-breaker, not the whole game.
- Smart compression is key: Using WebP, AVIF, and aggressive caching allows us to have our cake (beautiful design) and eat it too (fast load times).
I was sitting on a train specifically designed to go fast, staring at a phone that allegedly connects to a 5G network, waiting for a white screen to turn into a website. It didn’t. I refreshed. Nothing. I locked the phone and looked out the window.
That right there is the nightmare scenario we all lose sleep over. But here is the friction point: that website I was trying to load? It wasn't some utility bill portal. It was a portfolio for an architect. I wasn't there to read text; I was there to be seduced by visuals. I wanted high-resolution textures, sweeping drone shots, the drama of light and shadow.
If that architect had served me a lightning-fast, text-only site to save me two seconds, I would have bounced just as hard. I would have assumed they lacked vision.
This is the tightrope we walk in 2025. For years, the technical SEO crowd—bless their hearts—has screamed that speed is the only metric that matters. They treat web design like a drag race where the lightest car wins. But we aren't building dragsters; we're building luxury vehicles. We're building experiences. And sometimes, quality weighs something.
The Bandwidth Illusion: NBN, 5G, and the Reality of "Fast"
Let’s address the elephant in the server room: Australian internet is better. It is. I remember the ADSL days, and frankly, I don't miss the screeching modems. With the maturity of the NBN and the saturation of 5G, the average user has a pipe into their home or pocket that is massively wider than it was a decade ago.
This has led to a bit of laziness in the industry. Developers look at average download speeds of 50Mbps or 100Mbps and think, "She'll be right, throw the uncompressed 4K video in the header."
But bandwidth is not the same as latency. You can have a massive pipe, but if the request has to travel halfway around the world and back, or if the user is on a train moving between cell towers (like I was), that massive bandwidth counts for nothing. The handshake fails. The connection drops. The spinner spins.
Furthermore, we have to consider the device. We are asking mobile phones to process heavy JavaScript, render complex animations, and decode high-fidelity images simultaneously. You might have gigabit internet, but if your phone’s processor is choking on the code, the site feels slow. And
feeling slow is worse than actually being slow.
The Definition of "Large" Has Shifted
I look back at audits I did in 2018 where I’d panic if a homepage exceeded 2MB. Today? A 2MB homepage is practically anorexic.
The ceiling has raised. We can get away with 5MB, maybe even 8MB pages
if—and this is a massive, bold, underlined
if—the loading sequence is managed correctly. If the text and structure load instantly (First Contentful Paint), the user feels the site is responsive. If the high-res hero image pops in 0.5 seconds later, that’s acceptable. If the background video takes three seconds to buffer but the rest of the site is usable, nobody dies.
We aren't constrained by the strict austerity of the past. We have breathing room. The question is, how do we spend that extra data allowance? Do we spend it on bloated, inefficient code and tracking scripts (the junk food of the web)? Or do we spend it on rich, immersive media that tells a story?
At Dygiphy, we spend it on the visuals. We spend it on the art.
The Aesthetic-Usability Effect: Why Pretty Things Feel Faster
There is a psychological phenomenon called the
Aesthetic-Usability Effect. It states that users perceive more aesthetically pleasing designs as more usable than less aesthetically pleasing designs, even if they aren't.
Read that again.
People are more patient with beautiful things. If your site looks like a generic template from 2012, users have zero tolerance for delay. They assume the slowness is due to incompetence. But if the typography is crisp, the photography is stunning (and unique to your brand), and the layout breaks the grid in interesting ways, the user subconsciously grants you a "quality allowance." They wait because they anticipate the reward will be worth it.
This is where the trade-off lives.
If I strip a site down to raw HTML and compressed JPEGs, it will load in 200 milliseconds. It will also look like a government form. It inspires no trust, no emotion, and no desire. For a small business trying to compete with bigger players, your
visual identity is your handshake. It’s your suit. It’s your shopfront window. If that window is blurry because we over-compressed the images to save 40 kilobytes, we’ve failed.
However, there is a cliff. If the beauty takes ten seconds to load, the user leaves. The art is finding the exact point of tension between "stunning" and "snappy."
What the Search Giants Are Actually Saying
Google and Bing are not mysterious deities; they are businesses trying to serve relevant results. They have moved the goalposts significantly with
Core Web Vitals. They stopped caring just about "how fast does the whole thing load" and started caring about "how soon can the user actually do something."
Interaction to Next Paint (INP) and
Largest Contentful Paint (LCP) are the buzzwords here. Google wants to know: when the user clicks a button, does the site react? When the page loads, does the main content appear quickly?
But here is the nuance that gets lost in the panic: Speed is a
ranking factor, it is not the
primary factor. Content relevance and authority still win. If you have the best answer to the user's question, Google will rank you higher than a faster site with garbage content.
Bing, interestingly, is leaning heavily on user signals via tools like
Microsoft Clarity. They are looking at rage clicks, quick backs, and scroll depth. If users are frustrated, you drop. If users are engaged, you rise. A slow site causes frustration, yes. But a boring, ugly site causes apathy. Apathy is a ranking killer too.
So, the guidance isn't "be the fastest." The guidance is "don't be annoyingly slow."
Modern Formats: The Magic Tricks
We don't have to choose between quality and speed as strictly as we used to because the file formats have evolved.
WebP is now the baseline. If you are uploading standard PNGs or JPEGs to your WordPress site in 2025, you are doing it wrong. WebP offers transparency and quality at a fraction of the size. Then there is
AVIF, which is even better, squeezing high-dynamic-range images into tiny file sizes.
This is how we cheat the system. We can take a stunning portrait from a Dygiphy photography session—sharp focus, perfect lighting—and serve it in a format that retains that crispness without the heavy data footprint.
We also have "lazy loading" native to browsers now. We don't need heavy JavaScript libraries to tell the browser "don't load that image at the bottom of the footer until the user actually scrolls down there." The browser just knows. This means the
initial payload is lighter, even if the total page size is heavy. It's like bringing a five-course meal to the table one plate at a time, rather than dumping it all on the diner's lap at once.
The Importance of Caching: The First Date vs. The Marriage
There is a massive difference between the
first load and the
subsequent load.
The first time a user visits your site, everything is new. The browser has to download the logo, the fonts, the CSS, the scripts. This is the "First Date." It needs to go smoothly. We optimise this by critical CSS inlining and deferring non-essential scripts.
But the second page they click? Or when they come back three days later? That’s where caching saves us.
If we
configure the server headers correctly, the user’s browser stores the heavy lifting locally. The logo? Already there. The fonts? Already loaded. The big background texture? Cached. The second page load should be near-instant.
Too many businesses obsess over that first load and forget that the goal is to keep the user clicking around. A slightly heavier first load is permissible if it sets up a lightning-fast experience for the rest of the session. It’s an investment. You pay the tax upfront for a frictionless journey afterward.
The Verdict
In 2025, speed is not about raw numbers. It is about
perceived performance.
It is about respecting the user's time without insulting their intelligence with a barren, ugly interface. It’s about using the bandwidth available to us to tell a better story, not just a faster one.
Don't let an SEO audit tool bully you into removing the soul of your brand. Keep the high-res photos. Keep the video. Just make sure the engine under the hood is tuned to handle the weight.