Vibeaxis commited on
Commit
0b699e5
·
verified ·
1 Parent(s): 6544d63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -8
README.md CHANGED
@@ -1,14 +1,54 @@
1
  ---
2
- title: Fake Fast Lite
3
- emoji: 🔥
4
- colorFrom: yellow
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.46.0
 
8
  app_file: app.py
9
- pinned: false
10
  license: mit
11
- short_description: Check Web Page Speed, Quickly
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Fake-Fast Lite
3
+ emoji:
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
+ python_version: 3.1
9
  app_file: app.py
10
+ pinned: true
11
  license: mit
12
+ tags:
13
+ - performance
14
+ - headers
15
+ - caching
16
+ - developer-tools
17
+ - vibeaxis
18
+ thumbnail: >-
19
+ https://cdn-uploads.huggingface.co/production/uploads/68c5475a280650936d1586dd/oUSyepDOcnSFIbUo21jf1.png
20
+ short_description: Check Page Speed In Seconds
21
  ---
22
 
23
+ # Fake-Fast Lite
24
+
25
+ **Sniffs edge-cache lipstick on a slow origin.**
26
+ Not a lab suite—just fast receipts you can quote.
27
+
28
+ ## What it checks
29
+ - **TTFB (approx.)**: streamed first-byte timing (ms).
30
+ - **Edge/CDN hints**: `cf-cache-status`, `via`, `x-cache`, `server-timing`, etc.
31
+ - **Caching**: `cache-control`, `age`, `etag`, `last-modified`, `vary`, `expires`.
32
+ - **DOM weight tells**: `<script>` count (inline vs external), stylesheet count.
33
+ - **Heuristic verdict**: “Looks Clean / Borderline / Likely Fake-Fast” + score (0–100).
34
+
35
+ > ⚠️ This is a **lightweight heuristic**. It won’t replace a proper lab test (WebPageTest, Lighthouse). It’s for fast triage and public-facing receipts.
36
+
37
+ ## Why this exists
38
+ “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.
39
+
40
+ ## How it works (short)
41
+ - Streams a GET and stops at first non-empty chunk for **TTFB**.
42
+ - Collects **headers** and scans HTML to count scripts and stylesheets.
43
+ - Aggregates into a **score** and plain-English **verdict**.
44
+
45
+ ## Limits
46
+ - Some sites block HEAD/GET or require JS to render.
47
+ - TTFB is best-effort; networks vary. Use multiple runs.
48
+ - No JS execution; this is an HTML/headers sniff.
49
+
50
+ ## License
51
+ MIT © VibeAxis
52
+
53
+
54
+ VibeAxis • **Making algorithms nervous since 2025.**