algolia-performance-tuning

Analyze and optimize an Algolia search path using repository and production evidence instead of universal latency targets. Use when search feels slow, payloads are large, or rendering regresses. Trigger with "tune Algolia performance", "slow Algolia search", or "search latency".

Allowed Tools

ReadGlobGrepWebFetchWriteEdit

Provided by Plugin

algolia-pack

Algolia search integration pack with 24 operator skills

saas packs v1.8.0
View Plugin

Installation

This skill is included in the algolia-pack plugin:

/plugin install algolia-pack@claude-code-plugins-plus

Click to copy

Instructions

Algolia Evidence-Based Performance Tuning

Overview

This skill decomposes perceived search time into input handling, network, provider request, response transfer, transformation, and render work. Optimization starts with an owned baseline and ends with a comparable measurement.

Prerequisites

  • A named repository, environment, and Algolia application or index in scope
  • The local lockfile and installed client types as implementation authority
  • A safe read-only query or explicitly disposable test target
  • Current first-party documentation for any provider behavior that affects the change

Tool Discipline

Use Read, Glob, and Grep to inspect local code, configuration names, tests, and dependency versions. Use WebFetch only for current official Algolia documentation. Use Write or Edit only after identifying the target files, constraints, and verification plan.

Current Contract

  • Set targets from the application's SLO, user geography, device mix, and measured baseline.
  • Inspect record and response shape before changing relevance or faceting settings.
  • Separate query count amplification from individual request latency.
  • Preserve correctness and relevance assertions alongside performance measurements.

Authentication

Run measurements with search-only or secured keys and sanitized representative queries. Do not expose write credentials or sensitive query logs.

Instructions

  1. Define the journey, environment, representative query set, device/network profile, and success criteria.
  2. Capture request count, component timings, payload size, cache behavior, result correctness, and render cost.
  3. Locate the dominant segment before proposing changes.
  4. Test bounded changes such as debouncing, stalled-search handling, requested attributes, query batching, or render work.
  5. Compare before and after with the same harness and inspect relevance and freshness regressions.
  6. Document the accepted change, uncertainty, monitoring signal, and rollback trigger.

Approval Boundaries

Do not change ranking, remove required facets, cache personalized responses, or publish claimed improvements without comparable evidence.

Output

Return the benchmark protocol, baseline distribution, bottleneck attribution, tested changes, before/after evidence, relevance checks, and rollout guardrails.

Error Handling

Condition Response
Results are noisy Increase samples and control geography, device, cache, and query set.
Faster response changes hits Reject or obtain product acceptance for the relevance tradeoff.
Client emits duplicate requests Fix lifecycle or input handling before provider tuning.
No SLO exists Report the baseline without inventing a target.

Examples

Use this compact input and expected handoff to calibrate scope and evidence quality.

Input:


journey=mobile-typeahead; queries=approved-100; network=recorded-profile

Expected handoff:


dominant=duplicate-client-requests; requests-keystroke=3-to-1; relevance=unchanged

Resources

Ready to use algolia-pack?