CtrlK
BlogDocsLog inGet started
Tessl Logo

workers-performance

Cloudflare Workers performance optimization with CPU, memory, caching, bundle size. Use for slow workers, high latency, cold starts, or encountering CPU limits, memory issues, timeout errors.

87

1.31x
Quality

88%

Does it follow best practices?

Impact

75%

1.31x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Evaluation results

73%

11%

Product Catalog API — Edge Caching Layer

Multi-layer caching with Cache API

Criteria
Without context
With context

Cache API usage

100%

90%

Non-blocking cache write

100%

50%

Cache key normalization

62%

100%

Tracking param removal

100%

100%

In-memory layer

0%

100%

Multi-layer ordering

37%

100%

s-maxage header

0%

0%

stale-while-revalidate

0%

0%

stale-if-error

57%

100%

Cache clone for storage

100%

50%

KV as fallback layer

100%

100%

No request.clone() misuse

100%

100%

62%

34%

Log Ingestion and Analytics Pipeline Worker

Streaming and CPU-efficient data processing

Criteria
Without context
With context

No response buffering

0%

100%

Streaming JSON parser

0%

0%

No clone() misuse

100%

100%

D1 batch pagination

30%

0%

Parallel batch processing

0%

33%

Filter before transform

71%

100%

Server-Timing header

0%

100%

performance.now() timing

0%

100%

TransformStream usage

0%

0%

Batch KV/D1 ops

60%

100%

Array join over concat

100%

100%

92%

9%

Media Processing API — Performance-Optimized Worker Setup

Bundle optimization and cold start reduction

Criteria
Without context
With context

No wildcard lodash import

100%

100%

Lightweight date library

100%

100%

Native UUID generation

100%

100%

Native fetch over axios

100%

100%

Named exports

100%

100%

sideEffects false

0%

0%

esbuild minify

100%

100%

esbuild treeShaking

100%

100%

Drop console in build

0%

100%

Dynamic imports for heavy routes

100%

100%

Lazy initialization

100%

100%

Lazy singleton for connections

75%

100%

ctx.waitUntil for background work

100%

100%

Repository
secondsky/claude-skills
Evaluated
Agent
Claude Code
Model
Claude Sonnet 4.6

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.