Slash command
Performance probe
Measures before it optimises, so the change you ship is the one that mattered.
About
Measures before it optimises, so the change you ship is the one that mattered.
Files in v1.0.0
- replicamd.plugin.json1299 B
Contributes
{
"commands": [
{
"id": "measure",
"title": "Measure before optimising",
"prompt": "I think something here is slow. Before changing any code: find how to measure it in this project, take a baseline, and show me the number. Then say where the time actually goes. Do not propose an optimisation until we both agree on the measurement - most guesses about what is slow are wrong, and an unmeasured optimisation is a style change with extra risk."
},
{
"id": "hot-paths",
"title": "Find the likely hot paths",
"prompt": "Read the code and point at the places most likely to dominate runtime for a realistic input: work inside a loop that could be hoisted, a query per item, a synchronous read on a request path, a data structure with the wrong lookup cost. For each, say what input size makes it matter. Rank by expected impact, and be explicit that this is a reading, not a measurement."
}
]
}Versions
- v1.0.07/26/2026 · 1 files
Install
Install in ReplicaMDNothing happened? ReplicaMD may not be installed yet - or open it first, then Settings → Plugins and install by id.
Plugin id:
perf-probeBundle endpoint:
https://replicamd.nl/api/registry/plugins/perf-probe/download- Author
- Ardjun Debi - Tewarie @ardjun
- Latest
- v1.0.0
- License
- MIT
- Installs
- 0
performanceprofiling