LobeLOBE

Sitemap

Everything on getlobe.dev

Lobe is a local-first HTTP performance profiler: a free CLI that captures DNS, TCP, TLS, TTFB, and download timing for every request, and an optional cloud dashboard for history, trends, and team workflows. Every public page is listed below.

Product

  • Lobe — local HTTP performance profiler

    What Lobe does: a local proxy that splits every request into DNS, TCP, TLS, TTFB, and download phases, judged against grounded latency baselines.

  • Pricing

    Free CLI forever; Pro adds cloud session storage, route trends, and share links; Team adds the GitHub PR bot and CI checks. Billing and refund details.

  • HAR file import & analyzer

    Drop a HAR file exported from Chrome DevTools and get a phase-by-phase latency breakdown in the browser — no proxy setup, no account.

Docs & help

  • PR bot documentation

    Set up the GitHub PR bot: capture performance sessions in CI, grade pull requests against your main-branch baseline, and fail builds on SLA breaches defined in lobe.yml.

  • FAQ

    How Lobe handles HTTPS without certificates, measuring latency under concurrency, its own proxy overhead, what lobe explain sends to Anthropic, and whether the CLI phones home.

Learn — HTTP performance guides

  • All guides

    Plain-language explanations of HTTP latency: TTFB budgets, connection phases, pool exhaustion, and bimodal distributions.

  • Why is my API slow locally?

    The usual suspects when localhost feels slow: IPv6 DNS resolution, missing keep-alive, dev-mode framework overhead, cold caches, and small local DB pools — and how to tell them apart.

  • What is a good TTFB?

    Realistic time-to-first-byte budgets for APIs by environment — loopback, LAN, and remote — plus why the popular 800ms web guidance doesn't apply to API endpoints.

  • TTFB vs latency: what's the difference?

    Latency is the network round trip; TTFB includes it plus your server's thinking time. How the two relate, and which one to optimize when.

  • Connection pool exhaustion: symptoms and diagnosis

    Fast for one request, slow under load, timeouts at peak: how an exhausted database connection pool behaves, and the bimodal latency signature that identifies it.

  • Bimodal latency distribution: what two peaks mean

    When response times cluster into a fast group and a slow group, an average lies to you. What causes two-peaked latency — cache misses, pool waits, cold starts — and how to detect it.

  • Server-Timing header examples (Express, Django, Rails, Next.js)

    Copy-paste Server-Timing middleware for the major frameworks, so any client or profiler can split time-to-first-byte into db, render, and cache segments.

  • How to measure DNS, TCP, and TLS time

    Three ways to break a request into connection phases — curl -w, browser DevTools, and a local profiler — and what each phase should cost.

  • Is it my API or the third-party that's slow?

    How to attribute page latency between your own endpoints and external dependencies like Stripe or OpenAI — per-host timing, dependency budgets, and the keep-alive trap.

Install the CLI

  • lobe-cli on crates.io

    Install with cargo: the open-source Rust CLI for capturing and profiling HTTP request latency locally.

  • Homebrew tap

    brew install kpwithcode/lobe/lobe — prebuilt binaries for macOS (Apple Silicon + Intel) and Linux.

Legal

  • Terms of Service

    Subscription terms, cancellation, refunds, and acceptable use.

  • Privacy Policy

    What data Lobe stores, what never leaves your machine, and what lobe explain transmits.

For crawlers: the machine-readable version of this page is the XML sitemap.