Guides ยท Technology
Frontend Performance Audit Basics
Run a quick web perf audit
This guide covers using Lighthouse and browser devtools to measure LCP, CLS, and TTI, identify bloated assets, and prioritize fixes like code splitting and image optimization.
- web performance
- lighthouse
- lcp
- cls
- tti
Measure core metrics
Run Lighthouse; capture LCP, CLS, FID/INP, and total blocking time.
Find heavy assets
Audit bundle size, unused JS/CSS, and unoptimized images or fonts.
Prioritize fixes
Address biggest wins first: image compression, lazy loading, code splitting, critical CSS.
Retest and track
Re-run tests after changes; set budgets in CI to prevent regressions.
Keep Exploring
Guides
API Basics
APIs let software request data or actions from other systems through defined endpoints and responses.
Comparison
RAM vs Storage
RAM handles what your device is actively working on, while storage keeps apps, files, and system data available over time.
How it works
Global Positioning System
GPS uses timing signals from satellites to calculate a receiver's position on Earth.
What it is
Blockchain
A blockchain is a distributed ledger secured by cryptography and consensus nodes.