Coding & Debugging
PromptBeginner5 minmarkdown
- Use language-specific CPU and memory profilers (pprof for Go
py-spy for Python
0
Explore
94,591 skills indexed with the new KISS metadata standard.
py-spy for Python
Profilers
memory limitations
Lighthouse
but strategic optimization is essential
speed vs memory)
input/output requirements
not just local improvements
p95
<50ms (p95) for database queries
data volume
measured impact
memory vs CPU
verify:
FID <100ms
I/O-bound
measuring after each change
queries
p95
GC frequency
compression (gzip
tree shaking
LFU) based on access patterns
distributed cache (Redis)