After migration

Check website performance after a move

A migration should not inherently make a website slower, but changed PHP versions, caching, DNS, external services and application configuration can affect the result. Capture a baseline and compare the same pages.

Measure before and afterTest the same URLs, device and location.

Match the applicationPHP, extensions and scheduled jobs can differ.

Optimise with evidenceFind the slow layer before changing limits.

Before switching

Record a useful baseline

Test the home page, a typical content page and an uncached dynamic action such as login or checkout. Record response times and note any existing errors. A single synthetic score does not describe database, administration or logged-in performance.

After switching

Check the complete request path

  • PHP version, extensions, memory limits and application compatibility.
  • Database host, indexes, slow queries and connection latency.
  • Application cache, OPcache, page cache and CDN state.
  • Image size, fonts, scripts and third-party requests.
  • DNS, TLS and redirects for both root and www hostnames.

If it is slower

Report a repeatable example

Send the exact URL, time of test, whether you were signed in, measured before/after timings and any browser or application error. This is more actionable than “the site feels slow”.

The new platform may offer better headroom.

Actual speed still depends on the application, database and page content, so verify rather than assume.

Was this answer helpful?

« Back