01

Method

The collector made one cold HTTP request per route from the Hostinger VPS and measured elapsed wall time until the full response body arrived. It also recorded transferred HTML bytes. No repeated samples were averaged, so these values are a triage baseline rather than a latency benchmark.

The sample intentionally spans the homepage, two indexes, a browser-local tool, a policy page, a fixed guide, and a D1-backed article. That separates route-shape differences before any optimization is proposed.

Measurement recordHostinger VPS in Europe; one cold request per URLCollector version 1.0.0Raw JSON ↗
02

Observed evidence

SignalObservedWhy it matters
Homepage625.5 ms · 39.2 KBReference route for the public shell.
Guides index2249.2 ms · 54.4 KBSlowest sample and largest listing response.
Readiness tool619.4 ms · 27.9 KBInteractive route stayed below the guides index size.
D1-backed article717.0 ms · 48.1 KBDynamic content added measurable response work.
03

Findings

  • The guides index was the slowest of seven observations at the collection time.
  • The D1-backed article transferred more HTML than the fixed guide and homepage.
  • One sample cannot distinguish origin processing, network variance, or cache warm-up effects.
04

Decision and resulting changes

Use the guides index and D1 article as the first two routes for repeated sampling. Do not claim a user-facing speed improvement until multiple regions and multiple runs support it.

  • Published the raw baseline instead of presenting an unexplained performance score.
  • Added explicit measurement origin and sampling limitations.
  • Kept cache changes bounded and reversible.
05

Limits and reproduction

Re-run automation/evidence_collector.py against the public origin and compare the resulting JSON fields. A difference is evidence of a changed response, not automatically an improvement.

  • The VPS location is not representative of every reader.
  • Elapsed time is not Core Web Vitals and does not measure rendering or interaction.

Primary references

Release record

— Baseline captured from the public site, limitations documented, and remediation decision published.

Prepared by SiteSignal Hub Field Lab. Evidence collection and structural checks are automated; no personal use, customer result, or human test is claimed.