Performance & SEO

Website Performance: Understanding and Optimising the Key Metrics

Vincent Kilchherr February 13, 2026 7 min read

Discover the crucial metrics for website performance optimisation for Swiss SMEs.

Introduction

In today's digital landscape, optimising website performance is of critical importance for businesses. Particularly in Switzerland, where competition among SMEs is intensifying, a slow or inefficient website can deter potential customers and thus jeopardise business success. It is therefore essential to understand the key performance metrics and continuously improve them in order to optimise the user experience and increase conversion rates. A well-optimised website not only contributes to customer satisfaction, but can also significantly improve your position in search engine rankings.

Problem

Many companies face the challenge that their websites do not deliver the expected performance. This can have various causes, which are explained in more detail below.

Slow Loading Times

  • Loading times of more than three seconds can lead to high bounce rates, as users become impatient and move on to the competition. In Switzerland, where the internet infrastructure is excellent, users expect particularly fast websites.
  • Large images and uncompressed files slow the page down considerably. Image formats such as PNG or TIFF, which are not optimised for web use, are often used in these cases. JPEG 2000 or WebP could be better alternatives here.
  • Missing or inefficient caching strategies increase server response times. Users in Switzerland are accustomed to fast loading times and are particularly sensitive to delays.

Poor Server Response Times (TTFB)

  • A high Time to First Byte (TTFB) indicates slow servers or suboptimal server settings, which are often caused by outdated hardware or software. Using modern infrastructure from providers such as Hostpoint or Cyon can help remedy this.
  • External resources and too many HTTP requests can further deteriorate response times. These are often caused by unnecessary tracking scripts or poorly optimised plug-ins.

Core Web Vitals Not Optimised

  • A high Largest Contentful Paint (LCP) can indicate long rendering times for main content, often caused by unoptimised fonts or large CSS files.
  • A high First Input Delay (FID) signals delays in interactivity, which can be caused by blocking JavaScript execution.
  • A high Cumulative Layout Shift (CLS) indicates layout shifts during the loading process, usually due to missing size specifications for images and adverts.

Solution

There are several approaches to improving your website's performance, which can be pursued individually or in combination.

1. Optimising Loading Times

  • Use tools such as Google PageSpeed Insights and GTmetrix to identify weaknesses. These tools provide you with detailed reports and specific recommendations for improving loading speed.
  • Compress images with tools such as ImageOptim or TinyPNG. Make sure that image quality does not suffer significantly in order to ensure an appealing user experience. To automate compression, you can use plugins such as Smush for WordPress.
  • Implement caching using .htaccess or via server settings. An efficient caching strategy can significantly reduce loading times. An example of an .htaccess configuration might be:
  • 
        # Caching for static content
        
          ExpiresActive On
          ExpiresByType image/jpg "access plus 1 month"
          ExpiresByType image/jpeg "access plus 1 month"
          ExpiresByType image/gif "access plus 1 month"
          ExpiresByType image/png "access plus 1 month"
          ExpiresByType text/css "access plus 1 week"
          ExpiresByType application/javascript "access plus 1 week"
        
      
  • Minify CSS and JavaScript using, for example, gulp-minify or webpack. The use of minification reduces file size and improves loading speed. Make sure that critical CSS is loaded inline so as not to delay page rendering.

2. Improving Server Response Times

  • Use Content Delivery Networks (CDNs) such as Cloudflare to bring content closer to your users. This reduces latency and improves the user experience. A CDN can also serve as protection against DDoS attacks.
  • Optimise the server configuration by switching to current software versions such as PHP 8 or the latest Apache server. These versions offer performance improvements and security updates. A simple command to check the PHP version might be:
  • 
        php -v
      
  • Reduce the number of HTTP requests by combining files. This can be achieved by merging CSS and JavaScript files. Another approach is to use HTTP/2, which enables parallel requests and thus reduces loading times.

3. Optimising Core Web Vitals

  • Use Lazy Loading for images and videos to improve LCP time. This means that content is only loaded when it comes into the user's visible area, which significantly reduces the initial loading time of the page.
  • Optimise JavaScript execution to reduce FID, for example by defining async or defer for scripts. This prevents the loading of the page from being blocked by JavaScript. You should also avoid unnecessary scripts and plug-ins.
  • Avoid layout shifts by specifying fixed sizes for elements in order to optimise CLS. This ensures that content does not shift while the page is loading. Use CSS grid layouts and flexboxes to ensure a stable layout.

Added Value

Optimising website performance offers numerous benefits for your business.

  • Improved user experience through faster loading times and smooth interactions. Users tend to stay on your website longer and visit more pages, which increases dwell time.
  • Higher conversion rates, as users are more inclined to stay on a fast and smooth website and complete purchases. Studies show that a delay of just one second can reduce the conversion rate by up to 7%.
  • Better search engine ranking, as Google and other search engines use performance as a ranking factor. A faster website can lead to higher positions in search results.
  • Reduced server costs through more efficient use of resources. An optimised website requires less server capacity and can therefore lower operating costs. This is particularly advantageous when using cloud services such as AWS or Microsoft Azure.
  • Increased security through the implementation of current software versions and security updates. This protects your website from potential threats and vulnerabilities.

Practical Example

A concrete example of successful performance optimisation is a project we carried out for a medium-sized company in Zurich. Through targeted measures such as image compression, implementation of a CDN and optimisation of JavaScript execution, we were able to reduce the website's loading time by 50%. This led to a 30% increase in the conversion rate and an improvement in user satisfaction. Working with local service providers such as Swisscom and Hostpoint enabled us to implement tailored solutions that meet the specific needs of the Swiss market. In addition, the company was able to achieve annual savings of CHF 5,000 by optimising server costs.

Conclusion

The performance of your website is a decisive factor in the success of your business in the digital world. By understanding and optimising the key metrics, you can not only improve the user experience, but also increase your conversion rates and strengthen your position in search engine rankings. Take the opportunity to bring your website up to date with professional support. Contact us today to improve your website's performance sustainably. Our expertise in web development and our understanding of the Swiss market make us the ideal partner for your next web project.

Ready for Your Project?

As a web developer based in Basel, I'm happy to help you optimise your website performance. Contact me for a no-obligation initial consultation.

Request a free quote now

Or directly:
📧 hallo@webaufbau.ch
📞 +41 78 870 84 62

Was this article helpful?

Vincent Kilchherr
Vincent Kilchherr

Fullstack & AI Entwickler

Informatiker EFZ Applikationsentwicklung mit Berufsmaturität - Informatikmittelschule Basel (IMS)

Get in touch

Related Articles

Performance & SEO
Lighthouse Score 100: Is It Important?

Learn why a Lighthouse Score of 100 matters and how to achieve it for your website.

Mar 6, 2026
Performance & SEO
SEO for Swiss SMEs - What Really Matters

Discover the crucial SEO strategies for Swiss SMEs and avoid common mistakes that cost rankings.

Dec 26, 2025