NetNav

3 Quick Fixes to Improve Your Website Speed Score

Every second your website takes to load costs you customers. Research shows that 53% of mobile users abandon sites that take longer than three seconds to load, and Google now uses page speed as a direct ranking factor. Yet most micro-business owners believe website speed optimization requires technical expertise they don't have.

The truth? Three foundational fixes—image compression, basic caching, and removing unnecessary plugins—can improve your performance score by 15-20 points in under an hour. No developer required.

This guide focuses exclusively on high-impact changes you can implement immediately. You won't need to touch server configuration files or understand render-blocking JavaScript. You'll simply identify your biggest speed bottlenecks and fix them using free tools and straightforward settings adjustments.

What You'll Have When Done:

Compressed and resized your site's top 5 largest images, removing the biggest cause of slow loading.

Time Needed: 20 minutes

Difficulty: Beginner

Prerequisites:

Access to your website media library and a free image compressor tool (like TinyPNG).

In This Guide:

---

Quick Start (30 Minutes): The Three Biggest Wins

Before You Start, Make Sure You Have:

This quick version delivers immediate results by targeting the three factors that slow down most micro-business websites: oversized images, lack of caching, and plugin bloat.

Step 1: Run Your Initial Speed Audit

Visit Google PageSpeed Insights and enter your website URL. Click "Analyze" and wait for the results.

Note your current performance score (0-100) and specifically look at the "Largest Contentful Paint" (LCP) metric—this measures how long your main content takes to load. Your goal is to get your overall score above 80 and your LCP below 2.5 seconds.

Screenshot both your mobile and desktop scores. You'll compare these after making changes.

Step 2: Identify and Compress Your 5 Largest Images

Your PageSpeed results will list "Properly size images" or "Efficiently encode images" as opportunities. These are your culprits.

Log into your website's media library and sort by file size. Identify your five largest images—typically hero banners, header backgrounds, or product photos.

Visit TinyPNG.com (free, no account needed) and upload each image. The tool will compress them by 50-70% without visible quality loss. Download the compressed versions and replace the originals in your media library.

Critical: If an image displays at 800 pixels wide on your site, resize it to 1600 pixels maximum (2x for retina displays). A 4000-pixel-wide image wastes bandwidth and slows loading.

Step 3: Enable Basic Caching

Caching stores a pre-built version of your pages so your server doesn't rebuild them from scratch for every visitor. This single change can improve load times by 40-60%.

For WordPress users: Install a caching plugin like WP Rocket (paid, most reliable) or WP Super Cache (free). Enable "page caching" in the settings—that's it. Don't touch advanced options yet.

For other platforms: Check your hosting control panel for "caching" settings. Most modern hosts (like SiteGround or Kinsta) offer one-click caching activation. Enable it.

Step 4: Delete 3 Unused Plugins

Review your installed plugins or scripts. Delete anything you:

Common culprits: multiple SEO plugins, unused page builders, old contact form plugins, and social sharing tools you never set up.

Each plugin adds code that loads on every page. Removing three unused plugins typically improves load time by 0.3-0.5 seconds.

Step 5: Re-Run Your Speed Test

Return to PageSpeed Insights and analyze your site again. Compare your new score to your original screenshot.

Most sites see a 15-25 point improvement from these three fixes alone. If your LCP dropped below 2.5 seconds and your score is above 80, you've achieved the primary goal.

You've Successfully Improved Your Speed If:

✅ Completed the quick version? If your score improved to 80+, you can move on to The "1-Hour a Month" SEO Maintenance Routine or continue below for the detailed walkthrough to solidify your performance gains.

---

Complete Step-by-Step Guide: Locking In Performance

This comprehensive guide explains why each optimization works and provides platform-specific instructions for lasting improvements.

Step 1: Conduct the Baseline Audit and Pinpoint the Culprits

Understanding your speed test results prevents wasted effort on low-impact fixes.

Run the audit:

Read the results correctly:

Focus on these metrics in order of priority:

The overall performance score (0-100) is useful for tracking progress, but these three Core Web Vitals directly impact user experience and SEO rankings.

Ignore these for now:

Screenshot your results. You'll compare these after each optimization.

[MEDIA:SCREENSHOT:speed-insights-before-after]

Caption: Benchmark your score: Note the LCP and overall performance score before you start.

Not sure exactly which elements are hurting your speed, or whether your server is slow? NetNav's site audit checks key technical performance factors, including server response time (TTFB), in 60 seconds, giving you a definitive list of issues to start fixing.

Step 2: Optimize and Serve Images Properly (The #1 Priority)

Images account for 50-70% of total page weight on most websites. This is your highest-impact fix.

Part A: Compress existing images

Target compression: Aim for 50-70% file size reduction. A 2MB image should become 300-600KB. Quality loss is imperceptible at these compression levels.

[MEDIA:SCREENSHOT:tinypng-example]

Caption: Image compression in action—aim for 50%+ reduction on large files.

Part B: Resize images to actual display size

Your hero banner displays at 1200 pixels wide but the image file is 4000 pixels? You're wasting bandwidth.

Correct sizing formula:

Example: A banner displays at 1000px wide → resize image to 2000px wide maximum.

Part C: Implement lazy loading

Lazy loading delays loading images until users scroll near them. This dramatically improves initial page load.

For WordPress: Install the free plugin "Lazy Load by WP Rocket" or enable the native lazy loading (WordPress 5.5+) by adding `loading="lazy"` to image tags.

For other platforms: Most modern website builders (Squarespace, Wix, Shopify) enable lazy loading by default. Check your theme settings.

Part D: Convert to WebP format (optional but powerful)

WebP images are 25-35% smaller than JPEGs with identical quality. Modern browsers support WebP, with automatic fallback to JPEG for older browsers.

For WordPress: Install the free plugin "WebP Express" or use a plugin like ShortPixel that converts images automatically.

For other platforms: Use Squoosh.app to convert images manually, then upload both WebP and JPEG versions.

For a comprehensive guide on image formats and optimization techniques, see our image optimization basics article.

Step 3: Implement Basic Caching and Minification

Caching stores pre-built versions of your pages, eliminating the need to rebuild them for every visitor. This is the second-highest impact fix.

Understanding caching types:

Implementation by platform:

WordPress:

Start with these three settings only. Don't enable CSS/JavaScript minification yet—it often breaks sites and requires troubleshooting.

[MEDIA:SCREENSHOT:caching-settings]

Caption: A typical caching plugin interface. Start by just enabling 'page caching.'

Squarespace/Wix/Shopify:

These platforms handle caching automatically. You cannot configure it manually, but it's already optimized.

Custom sites:

Contact your hosting provider and ask them to enable "server-side caching" or "Varnish cache." Most hosts offer this free.

Verify caching works:

Optimizing code and assets can be tricky. Remember that high-level monitoring tools like NetNav run continuous checks on your technical health, so you don't have to manually verify the impact of every small configuration change you make.

For a deeper explanation of how caching works and advanced configuration options, see our guide on caching mechanisms explained.

Step 4: Audit and Delete Plugin Bloat

Every plugin adds code that loads on every page, even if the plugin only functions on one page. Removing unnecessary plugins is the easiest way to reduce Total Blocking Time.

Conduct a plugin audit:

Common plugins to remove:

[MEDIA:SCREENSHOT:plugin-audit-list]

Caption: If your plugin list looks like this, it's time to delete those you haven't touched in 6 months.

Test after each deletion:

Delete one plugin, then visit your site and test key functionality (forms, checkout, etc.). If something breaks, reinstall that plugin and move on.

Most micro-business sites can operate with 8-12 plugins maximum. If you have 25+, you have bloat.

For WordPress users, our WordPress audit checklist provides a comprehensive plugin review process.

Step 5: Review Hosting and CDN Necessity

If you've completed Steps 1-4 and your score is still below 80, your hosting is likely the bottleneck.

Check your Time to First Byte (TTFB):

In PageSpeed Insights, look for "Reduce initial server response time" in the diagnostics. If your TTFB is above 600ms, your server is slow.

Solutions:

When you need a CDN:

Simple CDN setup:

For most UK-based micro-businesses serving UK customers, a CDN isn't necessary if you have decent hosting. Focus on the previous steps first.

For more context on hosting performance, see our guide on understanding your web hosting.

Step 6: Verify and Re-Audit

You've implemented multiple optimizations. Now verify they worked.

Expected improvements:

If your score improved by less than 10 points, revisit Step 5 (hosting) or consider that your theme itself may be poorly coded. Testing a different theme can reveal if this is the issue.

Test on mobile:

Mobile performance is typically 10-20 points lower than desktop due to slower connections and less powerful processors. This is normal. Focus on getting mobile above 70 and desktop above 80.

You've Successfully Optimized Your Speed If:

🎉 Completed? You've significantly boosted your foundation performance. You're ready for The "1-Hour a Month" SEO Maintenance Routine.

---

Troubleshooting

Common Issues and Fixes:

Problem: My speed score improved, but the site still feels slow.

Fix: Focus on real-world metrics (Time to Interactive) over the total score. Check your server response time (TTFB), which may require a hosting upgrade. Also test on your actual mobile device—PageSpeed simulates a slow 4G connection that may not reflect your experience on fast WiFi.

---

Problem: When I enable caching, my site looks broken or styles are missing.

Fix: Clear your cache completely (in the plugin settings, look for "Clear Cache" or "Purge Cache"). Then disable the option for CSS/JavaScript minification/combination first. Re-enable features one by one, clearing cache after each, until you find the conflict. If a specific feature breaks your site, leave it disabled—basic page caching alone provides 70% of the benefit.

---

Problem: My hosting company tells me to use a CDN, but I don't know how.

Fix: Start with a simple, free service like Cloudflare (often a 5-minute setup). Use their basic configuration; advanced settings are not needed for initial improvement. Follow their setup wizard, which walks you through changing your nameservers. If you're uncomfortable with DNS changes, ask your hosting provider if they offer a built-in CDN (many do).

---

What's Next

You've successfully improved your website speed—a critical factor in both user experience and SEO rankings. Your site now loads faster, keeps visitors engaged longer, and ranks better in search results.

Next Blueprint Step: The "1-Hour a Month" SEO Maintenance Routine

Now that your technical foundation is solid, establish a simple monthly routine to maintain your SEO health and catch issues before they impact rankings.

Go Deeper

Want to master the technical factors that affect your rankings?

Other Optimise Guides

---

Let NetNav Handle the Technical Monitoring

You've successfully optimized your website speed—a critical win for your SEO and user experience. But speed is just one pillar of performance. NetNav can audit your entire site across 9 foundational pillars in 60 seconds. See what else needs attention before your next maintenance check.

Try NetNav Free →

---

Start Free Audit

Core Sequence

Previous in sequence

Next in sequence

In this stage

Other Start Here Guides:

Pick a Handful of Numbers That Matter

Create a Marketing Dashboard (Free Tools)

Weekly Marketing Check-In: Your 15-Minute Routine

Execute Your Monthly Marketing Review Routine (60 Min)

Build Your Quarterly Business Review (QBR) Process

Related topics

Performance

Website

Free Website Audit

Not sure where to start? Get a free audit of your current online presence and discover your biggest opportunities.

Start Free Audit

Run Your Free NetNav Audit Now →