# Lighthouse Industry Benchmark — thelaw.co.il
**תאריך:** 2026-05-09 | **כלי:** Lighthouse 12.8.2 CLI | **אסטרטגיה:** Mobile Simulated

## טבלת השוואה — Performance (Mobile)

| אתר | Score | LCP | CLS | TBT/INP |
|-----|-------|-----|-----|---------|
| salman-adv.co.il | 66 | 5093ms | 0.0104 | 501ms (TBT) |
| gilefrati.co.il | 57 | 2418ms | 0.0374 | 6598ms (TBT) |
| yerusha.org.il | 54 | 6322ms | 0.1279 | 751ms (TBT) |
| eliavlaw.co.il | 48 | 3558ms | 0 | 6412ms (TBT) |
| embargp-law.co.il | 41 | 7493ms | 0.0411 | 959ms (TBT) |
| thelaw.co.il (פטור ממס) ⬅ | 41 | 4732ms | 0.0045 | 2964ms (TBT) |
| shap.co.il | 40 | 7491ms | 0.0023 | 1611ms (TBT) |
| shlomiweinberg.co.il | 39 | 8897ms | 0.0059 | 5820ms (TBT) |
| fclaw.co.il | 37 | 3739ms | 0.2819 | 4495ms (TBT) |
| mt-law.co.il | 37 | 5800ms | 0.0026 | 6986ms (TBT) |
| carmi.law | 35 | 5576ms | 0.0019 | 1950ms (TBT) |
| g-s-law.co.il | 30 | 11735ms | 0.0015 | 2871ms (TBT) |
| samaratviot.co.il | 20 | 10740ms | 0.3949 | 1073ms (TBT) |
| thelaw.co.il (homepage) ⬅ | 15 | 6071ms | 0.9138 | 6006ms (TBT) |
| **ממוצע תעשייה** | **40** | **6405ms** | **0.1304** | **3500ms** |

## מיצוב thelaw.co.il

- **Performance Score:** 15/100 (ממוצע תעשייה: 40) — מתחת לממוצע
- **LCP:** 6071ms (ממוצע: 6405ms) — טוב (LCP טוב < 2500ms)
- **CLS:** 0.9138 (ממוצע: 0.1304) — גרוע מאד (CLS טוב < 0.1)

## 3 שיפורים קונקרטיים לאתר החדש

### 1. CLS — ביטול Layout Shift מוחלט
CLS של 0.91 הוא קטסטרופה — כל אלמנט שמזיז תוכן (banner, sticky header, lazy-loaded images ללא מידות) צריך להיעלם.
בפיתוח האתר החדש: כל `<img>` חייב `width`+`height`, fonts נטענות עם `font-display: swap` + preload, אין banner שמזיז.

### 2. TBT — הקטנת JavaScript חוסם ל-<200ms
TBT של 11,836ms מבטא JS כבד (Elementor + plugins מרובים). האתר החדש (Astro/Next.js) יוצא מהקופסא ללא Elementor.
Critical path: רק CSS inline + minimal JS. כל קוד לא-קריטי defer/async.

### 3. LCP — Image Optimization + Critical CSS
LCP של 6,000ms לעומת ממוצע תעשייה. האתר החדש:
- hero image: WebP + srcset + fetchpriority=high + preload
- Critical CSS inline בתוך <head>
- Server response time < 200ms (Cloudflare cache)
- LCP target: < 1800ms (מוביל בתעשייה)
