# tempo.halowerk.com – Skript Gesamtladezeit-Prüfung

> tempo.halowerk.com – Skript Gesamtladezeit-Prüfung is a paid API for AI agents from tempo.halowerk.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Measures the total load time of a script resource on a given public URL and returns a performance finding.

## Facts

- Endpoint: POST https://tempo.halowerk.com/v1/pruef/tempo/gesamtzeit/skript
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempo-halowerk-com-skript-gesamtladezeit-pr-fung-5c5df9c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nWwx0oB-RZp3P4oWRKne4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tempo-halowerk-com-skript-gesamtladezeit-pr-fung-5c5df9c4 -d '<json body>'
```

Example prompt: Check the total load time for the main script on https://example.com — I want to know how long it takes for that script resource to fully load.

## When to prefer this

Use this endpoint when you specifically need to measure the total end-to-end load time of a script resource on a public webpage. It is purpose-built for script-object timing (Gesamtladezeit für Skripte), as opposed to sibling endpoints that measure connection setup time, TTFB, or TLS handshake time, or that target other resource types like stylesheets, images, or fonts.

## Known failure modes

- URL is not publicly accessible — endpoint cannot reach private or localhost addresses
- Script resource not found at the specified URL — returns error or null finding
- Invalid or malformed URL provided — validation error returned
- CSS selector matches no element or multiple elements — first match used or error returned
- Network timeout when fetching the target URL — may return a timeout error
- Non-script resource targeted — results may be inaccurate or undefined

## How this service works

Prüft am Objekt skript den Befund Gesamtladezeit.

## Output

Returns a performance finding (Befund) containing the total load time (Gesamtladezeit) measured for the script object (skript) at the specified URL, including the numeric duration value and any relevant timing breakdown.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ziel": {
   "oneOf": [
    {
     "type": "string",
     "maxLength": 2048,
     "minLength": 1,
     "description": "Öffentliche HTTP(S)-Adresse; bei DNS-Befunden Domain oder öffentliche IP."
    },
    {
     "type": "object",
     "required": [
      "adresse"
     ],
     "properties": {
      "adresse": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "selektor": {
       "type": "string",
       "maxLength": 240,
       "minLength": 1,
       "description": "CSS-Selektor: genau ein Objekt, sonst erster Treffer des Objektfilters."
      },
      "vergleich": {
       "type": "string",
       "maxLength": 2048,
       "description": "Öffentliche Vergleichsadresse für Link-, Sitemap- oder Sprachbefunde."
      },
      "user_agent": {
       "type": "string",
       "pattern": "^[A-Za-z0-9_-]{1,80}$"
      },
      "dkim_selektor": {
       "type": "string",
       "pattern": "^[A-Za-z0-9_-]{1,63}$"
      }
     },
     "additionalProperties": false
    }
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tempo-halowerk-com-skript-gesamtladezeit-pr-fung-5c5df9c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tempo.halowerk.com](https://www.zero.xyz/host/tempo.halowerk.com/llms.txt)
