← Back to glossary

PageSpeed

PageSpeed describes the technical performance capability of a website and determines how quickly content becomes visible and interactive for users. It encompasses Rendering behavior, server response times, and evaluation through metrics like Core Web Vitals. For search engines, good performance is a direct ranking factor.

Why is PageSpeed relevant?

Search engines evaluate load times as a quality indicator. Poor performance scores increase bounce rates and impair user experience. Metrics like Largest Contentful Paint , First Contentful Paint , and Cumulative Layout Shift form the central evaluation criteria.

Technical influencing factors

Blocking rendering, large assets, or missing prioritization through Critical CSS negatively affect PageSpeed. Inefficient Lazy Loading or an unoptimized build process can also slow down render paths.

Infrastructure & caching

Server response time, hosting model, and effective Caching significantly influence measured performance. A clean infrastructure reduces Time to First Byte and improves the stability of the initial page build.

Common mistakes and misconceptions

A single Lighthouse score is often viewed in isolation without considering real user data. PageSpeed is not a one-time measurement but the result of a structured architecture and continuous Monitoring strategy.

Practical perspective

On btech-solutions.eu, we reduced the LCP from 3.2s to under 1.8s. The key: hero poster images are prioritized via preload link, CSS wildcard transitions were replaced with targeted property declarations, and Lazy Loading with @defer ensures that components below the viewport load only on demand. The result is a Lighthouse score of 90+ with 120+ prerendered pages simultaneously.