$ recombobulate _
~/recombobulate $ tip --list --tag="performance"

// 38 tips tagged "performance"

0
Control Transcript Retention with cleanupPeriodDays

The cleanupPeriodDays setting controls how long session transcripts are kept, or set it to 0 to disable persistence entirely.

bagwaa @bagwaa · 26 minutes ago
0
Detect and Fix Memory Leaks in Your Node.js Application with Claude

Hand Claude your heap snapshots or server code and ask it to trace memory leaks — it spots missing event listener cleanup, unbounded caches, and stream lifecycle bugs that are easy to miss in code review.

bagwaa @bagwaa · 45 minutes ago
0
Filter Test Output with a PreToolUse Hook to Cut Token Costs

A PreToolUse hook can intercept test runner commands and filter output to show only failures, cutting thousands of tokens from Claude's context.

bagwaa @bagwaa · 1 hour ago
0
Move Specialised CLAUDE.md Instructions into Skills to Shrink Context

CLAUDE.md loads into every message. Move workflow-specific instructions into skills that load on demand to reduce token costs across your session.

bagwaa @bagwaa · 1 hour ago
0
Export Claude Code Events with OpenTelemetry Logs

Claude Code exports detailed events via OpenTelemetry logs, giving you a full audit trail of every tool call, API request, and user prompt.

bagwaa @bagwaa · 1 hour ago
0
Use prompt.id to Trace All Activity from a Single User Prompt

Every event emitted while processing a single prompt shares a prompt.id UUID, letting you trace the complete chain of API calls and tool executions.

bagwaa @bagwaa · 1 hour ago
0
Control OTel Metrics Cardinality to Reduce Storage Costs

Three environment variables control which attributes are included in Claude Code OTel metrics, letting you manage cardinality and storage costs.

bagwaa @bagwaa · 1 hour ago
0
Use --no-session-persistence for Ephemeral Automated Runs

Prevent automated Claude Code runs from saving session data to disk, keeping your CI pipelines clean and your .claude directory lean.

bagwaa @bagwaa · 1 hour ago
0
Add Progressive Web App Support to Your Site with Claude

Let Claude generate a complete PWA setup — manifest, service worker with Workbox, caching strategies, and all the meta tags you'd otherwise forget.

bagwaa @bagwaa · 1 hour ago
0
Set Up Monorepo Build Orchestration with Nx Using Claude

Let Claude configure Nx in your monorepo — dependency graphs, affected builds, caching, and task pipelines — so CI only rebuilds what changed.

bagwaa @bagwaa · 1 hour ago
0
Use /model to Switch Between Claude Models Mid-Session

Type /model mid-session to switch from Opus to Sonnet, saving tokens on execution-heavy work without losing output quality.

bagwaa @bagwaa · 1 hour ago
0
Configure Worktree Symlinks and Sparse Checkout for Monorepos

Use worktree.symlinkDirectories and worktree.sparsePaths to avoid duplicating large directories and speed up worktree creation in monorepos.

bagwaa @bagwaa · 2 hours ago