# How to reduce server response time

> When the server takes over 600 ms to answer, nothing else can start. Caching, a faster host or a CDN fix most cases.

Speed & Core Web Vitals · HTML version: https://getreport.app/learn/server-response-time

## Server response time

Passing looks like: Server response time passes.

**Why it matters.** Lighthouse flags a first byte slower than 600 ms. Caching and hosting fix this for most CMS sites.

**How to fix it.**

1. Enable full-page caching (WordPress: WP Rocket, LiteSpeed Cache, WP Super Cache; or your host's server cache).
2. Use a CDN and keep database queries out of the request path.

## Speed against other sites on your host

Passing looks like: Speed against other sites on your host passes.

**Why it matters.** Comparing your server with other sites on the same host shows where a slow first byte comes from. When most sites on the host answer faster, the host is not the limit; slow plugins, missing page caching or an undersized plan usually are. The numbers are anonymous, from sites we checked, and appear only once a host has 50 sites.

**How to fix it.**

1. Turn on full-page caching first; it removes most of the server's work for repeat visits.
2. Profile the slowest plugins or database queries (Query Monitor on WordPress) and remove or replace them.
3. If the site is already cached and lean, ask the host for a larger plan or move to a faster one.

Check your own page: https://getreport.app/
