Live labReal Axonyx request

Data round-trip lab

Inspect one real browser-to-server-to-page cycle. This is an observability tool for the current Axonyx deployment, not a synthetic benchmark or a comparison with another framework.

Live transport probe

Browser to Axonyx and back

Send a real request through the running Axonyx server. The browser measures total round-trip time while the server reports its own work.

Ready
Axonyx request pipelineA request travels from the browser to the Axonyx server and returns to the page.Browserperformance.now()Axonyxroute + runtimePageDOM applied
Total round trip--browser observed
Axonyx server--Server-Timing
Transport + apply--round trip remainder
Median / p95--last 20 requests
Recent samples

Measurement history

#PayloadTotalServerTransport + apply
Run the first measurement to populate this table.

How to read the result

Total round trip

Everything the browser observes: network, server processing, response transfer, JSON parsing, and the next DOM paint.

Axonyx server

The duration emitted by the runtime through the standard `Server-Timing` response header.

Transport + apply

The measured remainder. Distance, TLS, host load, browser scheduling, and rendering can all affect it.