Blog post
Direct-download PDF tool benchmark from April 28, 2026
We benchmarked 20 direct-download PDF flows against the We Want PDF mock Stirling contract to see how tightly the public app layer clusters.
Updated 2026-04-28
Study scope
On April 28, 2026, we ran the public direct-download tool set through the
repo’s existing npm run benchmark:tools harness.
This study measured the built Astro app against the mock Stirling contract with:
- 20 live direct-download tools
- 3 runs per tool
- a fixed
75msmock upstream delay - in-memory Postgres, Redis, and S3-compatible storage
This is first-party runtime data from the current repository. It is useful for tracking app-layer overhead and regression drift, but it does not represent full Stirling PDF output-quality or real-world processing time.
Key findings
- 18 of the 20 direct-download tools posted median times between
92.22msand97.32ms. jpg-to-pdf(109.37msp50) andmerge-pdf(111.32msp50) sat above the main cluster.merge-pdfshowed the widest spread, with a1,974.18msmax run that pulled its average to729.41ms.pdf-to-excelalso showed a meaningful average-versus-median gap:109.71msaverage versus93.60msp50.
Notable rows
| Tool | Avg | P50 | Min | Max |
|---|---|---|---|---|
split-pdf | 92.53ms | 92.22ms | 90.99ms | 94.38ms |
compress-pdf | 103.04ms | 94.21ms | 89.48ms | 125.43ms |
pdf-to-word | 99.43ms | 97.32ms | 90.27ms | 110.71ms |
jpg-to-pdf | 107.18ms | 109.37ms | 95.61ms | 116.56ms |
merge-pdf | 729.41ms | 111.32ms | 102.73ms | 1,974.18ms |
Download the raw data
Methodology notes
- The benchmark comes from the repo’s shared
npm run benchmark:toolsharness. - Each tool is exercised through the public Astro route, not by calling the upstream mock directly.
- The script reports average, median, minimum, and maximum so latency outliers are visible instead of being smoothed away.
Press-ready angles
- Most direct-download PDF flows are currently clustering in the low-90ms median band at the app layer.
merge-pdfandjpg-to-pdfare the first direct-download flows to watch as traffic and payload size increase.- Median plus max is a more honest operational story than average alone for public PDF tools.
Trust center
Trust pages
These pages are written to stay aligned with the actual product build, so the trust center grows with the platform instead of becoming detached marketing copy.