Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 5, 2025

The minification benchmarks page displayed conflicting information about the fastest minifier—the top stats card showed "ESBuild" while the bottom section correctly showed "OXC".

Analysis

Benchmark data across 12 libraries shows OXC is fastest among popular minifiers:

Minifier Avg Time
oxc-minify 116.47ms
esbuild 122.12ms
@swc/core 304.46ms
terser 2628.89ms
uglify-js 2941.26ms

Changes

  • Updated MinificationBenchmarksPage.tsx line 41 to display "OXC" instead of "ESBuild"

Screenshots

Before:
image

After:
image

Original prompt

This section details on the original issue you should resolve

<issue_title>ESBuild is (currently) faster than OXC</issue_title>
<issue_description>https://voidzero-dev.github.io/vibe-dashboard/#/minification

The stats and the "Fastest minifier" at the beginning of the page say ESBuild is faster than OXC, while the end of the page says OXC is a faster minifier.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix minification speed statement for OXC and ESBuild Fix: Correct fastest minifier label from ESBuild to OXC Nov 5, 2025
Copilot AI requested a review from Boshen November 5, 2025 10:17
@Boshen Boshen marked this pull request as ready for review November 5, 2025 13:11
@Boshen Boshen merged commit 9a4479c into main Nov 5, 2025
2 checks passed
@Boshen Boshen deleted the copilot/fix-minification-speed-statement branch November 5, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ESBuild is (currently) faster than OXC

2 participants