Performance: Box shadow utilities
MEDIUM IMPACT
Box shadow utilities affect the paint and composite stages of page rendering, impacting how quickly shadows appear and how smoothly the page scrolls or animates.
class="shadow-sm" applied selectively to key elements onlyclass="shadow-[0_0_20px_10px_rgba(0,0,0,0.5)]" applied to 100+ elements
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Heavy custom shadows on many elements | Low | 0 | High (many pixels to paint) | [X] Bad |
| Simple Tailwind shadow utilities on few elements | Low | 0 | Low (small shadow area) | [OK] Good |