Intermediate SRE / DevOps #profiling #optimization #collocations

Profiling & Optimization Collocations

5 exercises on the language of making code faster: profiling, bottlenecks, hot spots, memory leaks, optimising queries, caching, and premature optimization.

Key patterns
  • profile the code; read the flame graph
  • identify a bottleneck; find the hot spot
  • fix / plug a memory leak (steady growth → OOM)
  • optimise a query; cache a result
  • avoid premature optimization — measure first
0 / 5 completed
1 / 5
A senior engineer advises a junior: "Don't guess where it's slow — ___ the code first and let the data tell you."
Which verb means "measure where time/memory is spent"?