Prüft am Objekt stylesheet den Befund Zeit bis zum sichtbaren Renderstart
Prüft am Objekt stylesheet den Befund Zeit bis zum sichtbaren Renderstart.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
948 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://tempo.halowerk.com/v1/pruef/tempo/renderstart/stylesheet
| Category | Everything else |
|---|---|
| Provider host | tempo.halowerk.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 948 ms |
Example input (from the provider)
{
"body": {
"ziel": "https://example.com/"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"ziel": {
"oneOf": [
{
"description": "\u00d6ffentliche HTTP(S)-Adresse; bei DNS-Befunden Domain oder \u00f6ffentliche IP.",
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"adresse": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"dkim_selektor": {
"pattern": "^[A-Za-z0-9_-]{1,63}$",
"type": "string"
},
"selektor": {
"description": "CSS-Selektor: genau ein Objekt, sonst erster Treffer des Objektfilters.",
"maxLength": 240,
"minLength": 1,
"type": "string"
},
"user_agent": {
"pattern": "^[A-Za-z0-9_-]{1,80}$",
"type": "string"
},
"vergleich": {
"description": "\u00d6ffentliche Vergleichsadresse f\u00fcr Link-, Sitemap- oder Sprachbefunde.",
"maxLength": 2048,
"type": "string"
}
},
"required": [
"adresse"
],
"type": "object"
}
]
}
},
"required": [
"ziel"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"einheit": {
"const": "ms",
"type": "string"
},
"meta": {
"additionalProperties": false,
"properties": {
"hinweis": {
"type": [
"string",
"null"
]
},
"methode": {
"type": "string"
},
"objektart": {
"const": "stylesheet",
"type": "string"
},
"partial": {
"type": "boolean"
}
},
"required": [
"partial",
"methode",
"hinweis",
"objektart"
],
"type": "object"
},
"renderstart_ms": {
"type": [
"number",
"null"
]
}
},
"required": [
"renderstart_ms",
"einheit",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}