hiraeth node.studio

Home / Knowledge / Load time

Technology · PageSpeed

Why your website is slow on mobile (and what helps)

July 2026 · 6 min read

Most people visit your website from a phone, often on the move with a mediocre connection. If the page then takes three or four seconds to load, many are gone again before anything was even visible.

Google measures on mobile and indexes mobile-first. A slow mobile page therefore costs you twice: visitors who bounce, and rankings that slip downwards.

What gets measured

Google rates the loading experience through the Core Web Vitals. Three values matter most:

ValueWhat it measuresTarget
LCPWhen the largest visible content appearsunder 2.5 s
CLSHow much the layout jumps while loadingunder 0.1
INPHow fast the page reacts to a tapunder 200 ms

The most important one for perceived speed is LCP: the time until the big image or the headline at the top is visible. If that sits at 5 or 6 seconds, the whole page feels sluggish, no matter how fast the rest loads afterwards.

The most common brakes

On local websites, especially on WordPress and website builders, it is almost always the same points:

  • Images that are too large. A photo 4000 pixels wide that is displayed at 400 pixels on a phone wastes load time. The most common single reason for a poor LCP.
  • Too many fonts. A theme happily loads the whole font family with all weights and italics, although only three cuts are actually used.
  • Render-blocking CSS and JavaScript. Scripts that have to be loaded before anything appears at all, often from plugins and sliders.
  • No caching. Without a cache, the server rebuilds every page on every request.
  • Sliders and heavy plugins. An image slider on the home page looks smart and is often the single biggest brake.

What actually helps

  • Serve images in the right size, compress them in a modern format (WebP or AVIF) and only load what is outside the visible area when it is needed (lazy loading).
  • Reduce fonts to the cuts you really use and host them locally.
  • Remove unused CSS and JavaScript or load it with a delay.
  • Turn on caching, on WordPress via a cache plugin, on a website builder usually built in.
  • Skip a real image slider if it is not strictly necessary.

The good part: for all of this you usually do not have to rebuild your website. In most cases the right settings and a few targeted changes are enough.

Measure, do not guess

Measure the current state with Google PageSpeed Insights, always the mobile value. Measure again after every change instead of guessing. That way you see which change really made a difference, and where there is still room.

Frequently asked questions

Which value is the most important?

LCP, because it determines the perceived speed. If the big content at the top arrives quickly, the page feels fast. CLS and INP round out the picture.

Do I have to rebuild the website?

Usually no. The most common brakes (images, fonts, caching, plugins) can be fixed without a rebuild. A rebuild is only worth it if the foundation is technically really outdated.

How often should I measure?

After every larger change and otherwise now and then, roughly every quarter. Values fluctuate slightly, so take them as a guide and watch the trend.

Free

How fast is your page on mobile?

We measure your load time with real values and tell you which two or three changes bring the most. Part of our free short check.

Request a quick check →