Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.9.0
metadata
title: Fake-Fast Lite
emoji: ⚡
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
python_version: 3.10.13
app_file: app.py
pinned: true
license: mit
short_description: Check A Web Page In Seconds
tags: - performance - headers - caching - developer-tools - vibeaxis
Home & docs:
→ Fake-Fast (full write-up & receipts): https://vibeaxis.com/fake-fast-detector/
→ VibeAxis: https://vibeaxis.com/
Fake-Fast Lite
Sniffs edge-cache lipstick on a slow origin.
Not a lab suite—just fast receipts you can quote.
What it checks
- TTFB (approx.): streamed first-byte timing (ms).
- Edge/CDN hints:
cf-cache-status,via,x-cache,server-timing, etc. - Caching:
cache-control,age,etag,last-modified,vary,expires. - DOM weight tells:
<script>count (inline vs external), stylesheet count. - Heuristic verdict: “Looks Clean / Borderline / Likely Fake-Fast” + score (0–100).
⚠️ This is a lightweight heuristic. It won’t replace a proper lab test (WebPageTest, Lighthouse). It’s for fast triage and public-facing receipts.
Why this exists
“Fast” homepages that feel slow as soon as you click anything? That’s edge-cache cosplay: CDN HITs masking a sluggish origin and script buffet. This tool gives you a quick smell test.
How it works (short)
- Streams a GET and stops at first non-empty chunk for TTFB.
- Collects headers and scans HTML to count scripts and stylesheets.
- Aggregates into a score and plain-English verdict.
Limits
- Some sites block HEAD/GET or require JS to render.
- TTFB is best-effort; networks vary. Use multiple runs.
- No JS execution; this is an HTML/headers sniff.
License
MIT © VibeAxis
— VibeAxis • Making algorithms nervous since 2025.