{
    "host": "Unnamed Host",
    "timestamp": "2026-04-26T00:29:37+00:00",
    "total_ms": 2310.25,
    "results": {
        "baseline": {
            "label": "PHP baseline (info calls)",
            "ms": 0.012,
            "good": 1,
            "warn": 5,
            "note": "Time to execute trivial built-in calls."
        },
        "int_math": {
            "label": "Integer math (200000 iterations)",
            "ms": 7.824,
            "good": 30,
            "warn": 80,
            "note": "Pure CPU: loops, modulo, XOR, bit-shift."
        },
        "float_math": {
            "label": "Float math \u2014 sqrt\/sin\/log (200000\u00d7)",
            "ms": 20.749,
            "good": 60,
            "warn": 150,
            "note": "Floating-point unit throughput."
        },
        "string_ops": {
            "label": "String ops \u2014 upper\/replace\/substr\/rev (20000\u00d7)",
            "ms": 47.741,
            "good": 50,
            "warn": 120,
            "note": "Common string manipulation throughput."
        },
        "array_ops": {
            "label": "Array ops \u2014 map\/filter\/sort\/unique (2000\u00d7 on 1k items)",
            "ms": 284.199,
            "good": 40,
            "warn": 100,
            "note": "Array pipeline performance."
        },
        "regex": {
            "label": "Regex \u2014 match\/replace on 6 KB text (4000\u00d7)",
            "ms": 191.265,
            "good": 40,
            "warn": 100,
            "note": "PCRE engine speed; relevant for parsing & validation."
        },
        "json": {
            "label": "JSON encode+decode \u2014 100-item array (4000\u00d7)",
            "ms": 925.706,
            "good": 50,
            "warn": 120,
            "note": "Relevant for REST APIs and data interchange."
        },
        "file_io": {
            "label": "File I\/O \u2014 write+read 512 KB \u00d7 20",
            "ms": 30.345,
            "good": 100,
            "warn": 300,
            "note": "Disk read\/write speed; affects log writes, file caches."
        },
        "hashing": {
            "label": "Hash \u2014 md5\/sha1\/sha256\/crc32b (20000\u00d7)",
            "ms": 348.007,
            "good": 60,
            "warn": 150,
            "note": "Crypto hash throughput; relevant for auth tokens, checksums."
        },
        "curl": {
            "label": "cURL GET \u2014 web.pulsepoint.org",
            "ms": 454.128,
            "good": 300,
            "warn": 700,
            "note": "HTTP 200. Measures outbound network latency + DNS from this host."
        },
        "session": {
            "label": "Session start + write + close",
            "ms": 0.274,
            "good": 10,
            "warn": 40,
            "note": "Session handler speed; shared-hosting often uses file sessions."
        }
    },
    "server_info": {
        "PHP version": "8.4.19",
        "SAPI": "litespeed",
        "OS": "Linux 5.14.0-570.35.1.el9_6.x86_64",
        "Architecture": "x86_64",
        "Memory limit": "512M",
        "Max exec time": "90s",
        "OPcache enabled": "Yes",
        "OPcache JIT": "No",
        "cURL available": "Yes",
        "Temp dir": "\/tmp",
        "Peak memory used": "4 MB"
    }
}