General
PromptBeginner5 minmarkdown
### Frontend (Chrome DevTools
Lighthouse
0
Explore
109,383 skills indexed with the new KISS metadata standard.
Lighthouse
speed vs memory)
memory limitations
input/output requirements
not just local improvements
but strategic optimization is essential
data volume
not synthetic micro-benchmarks
p95
<50ms (p95) for database queries
FID <100ms
measured impact
verify:
measuring after each change
memory vs CPU
GC frequency
queries
I/O-bound
p95
compression (gzip
tree shaking
LFU) based on access patterns
distributed cache (Redis)
sharding strategies