Skip to content

Run Time Stats

Methodology: Client Side Rendered Tests.

Some frameworks have been moved off their golden path to make client side tests fair when comparing. See the methodology link above for the full details.

FrameworkFirst PaintFCPInteraction LatencyInput DelayProcessing DurationPresentation Delay
Astro133.6ms133.56ms2.27ms1.89ms0.38ms0ms
Next.js345.2ms345.01ms23.66ms2.3ms8.33ms13.03ms
Nuxt183.8ms183.77ms12.07ms0.76ms2.94ms8.36ms
React Router168.8ms168.93ms24.93ms1.68ms3.09ms20.17ms
SolidStart124ms124.05ms18.14ms0.98ms2.81ms14.34ms
SvelteKit131.2ms131ms14.06ms0.64ms2.57ms10.85ms
TanStack Start156.4ms156.62ms28.5ms1.69ms15.09ms11.72ms

First Paint (ms)

First Paint (ms) chart
First Paint (ms) data
FrameworkMilliseconds
SolidStart124.00 ms
SvelteKit131.20 ms
Astro133.60 ms
TanStack Start156.40 ms
React Router168.80 ms
Nuxt183.80 ms
Next.js345.20 ms

The chart includes a dotted median reference line calculated from the visible framework values.

First Contentful Paint (ms)

First Contentful Paint (ms) chart
First Contentful Paint (ms) data
FrameworkMilliseconds
SolidStart124.05 ms
SvelteKit131.00 ms
Astro133.56 ms
TanStack Start156.62 ms
React Router168.93 ms
Nuxt183.77 ms
Next.js345.01 ms

The chart includes a dotted median reference line calculated from the visible framework values.

Interaction Breakdown

Total latency is split into the three consecutive phases reported by Lighthouse.

  • The input delay, which starts when the user initiates an interaction with the page, and ends when the event callbacks for the interaction begin to run.
  • The processing duration, which consists of the time it takes for event callbacks to run to completion.
  • The presentation delay, which is the time it takes for the browser to present the next frame which contains the visual result of the interaction.
2.27 ms
12.07 ms
14.06 ms
18.14 ms
23.66 ms
24.93 ms
28.50 ms
Interaction Breakdown data
Framework or versionInteraction latencyInput delayProcessing durationPresentation delay
Astro2.27 ms1.89 ms0.38 ms0.00 ms
Nuxt12.07 ms0.76 ms2.94 ms8.36 ms
SvelteKit14.06 ms0.64 ms2.57 ms10.85 ms
SolidStart18.14 ms0.98 ms2.81 ms14.34 ms
Next.js23.66 ms2.30 ms8.33 ms13.03 ms
React Router24.93 ms1.68 ms3.09 ms20.17 ms
TanStack Start28.50 ms1.69 ms15.09 ms11.72 ms

Methodology: Server Side Rendered Tests.

FrameworkFirst PaintFCPInteraction LatencyInput DelayProcessing DurationPresentation Delay
Astro87ms87.19ms1.47ms1.2ms0.27ms0ms
Next.js175ms175.15ms21.9ms1.49ms8.02ms12.4ms
Nuxt110.8ms110.78ms14.6ms1.43ms2.06ms11.1ms
React Router126ms126.05ms20.6ms2.2ms3.01ms15.39ms
SolidStart96ms96.07ms15.08ms0.86ms2.6ms11.62ms
SvelteKit111.8ms111.76ms18.2ms0.81ms4.71ms12.68ms
TanStack Start146.8ms146.89ms32.07ms1.78ms18.23ms12.05ms

First Paint (ms)

First Paint (ms) chart
First Paint (ms) data
FrameworkMilliseconds
Astro87.00 ms
SolidStart96.00 ms
Nuxt110.80 ms
SvelteKit111.80 ms
React Router126.00 ms
TanStack Start146.80 ms
Next.js175.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

First Contentful Paint (ms)

First Contentful Paint (ms) chart
First Contentful Paint (ms) data
FrameworkMilliseconds
Astro87.19 ms
SolidStart96.07 ms
Nuxt110.78 ms
SvelteKit111.76 ms
React Router126.05 ms
TanStack Start146.89 ms
Next.js175.15 ms

The chart includes a dotted median reference line calculated from the visible framework values.

Interaction Breakdown

Total latency is split into the three consecutive phases reported by Lighthouse.

  • The input delay, which starts when the user initiates an interaction with the page, and ends when the event callbacks for the interaction begin to run.
  • The processing duration, which consists of the time it takes for event callbacks to run to completion.
  • The presentation delay, which is the time it takes for the browser to present the next frame which contains the visual result of the interaction.
1.47 ms
14.60 ms
15.08 ms
18.20 ms
20.60 ms
21.90 ms
32.07 ms
Interaction Breakdown data
Framework or versionInteraction latencyInput delayProcessing durationPresentation delay
Astro1.47 ms1.20 ms0.27 ms0.00 ms
Nuxt14.60 ms1.43 ms2.06 ms11.10 ms
SolidStart15.08 ms0.86 ms2.60 ms11.62 ms
SvelteKit18.20 ms0.81 ms4.71 ms12.68 ms
React Router20.60 ms2.20 ms3.01 ms15.39 ms
Next.js21.90 ms1.49 ms8.02 ms12.40 ms
TanStack Start32.07 ms1.78 ms18.23 ms12.05 ms

Methodology: Server Side Throughput Tests.

FrameworkOps/secMedian LatencyBody SizeDuplication
Baseline HTML8441.204ms96.83kb1x
Astro6611.453ms96.89kb1x
Next.js2354.543ms199.57kb2x
Nuxt3332.875ms201.27kb2x
React Router2893.341ms212.07kb2x
SolidStart4002.437ms224.17kb2x
SvelteKit4422.182ms183.53kb2x
TanStack Start3053.238ms193.62kb2x

Ops/sec

Ops/sec chart
Ops/sec data
FrameworkOperations per second
Baseline HTML844
Astro661
SvelteKit442
SolidStart400
Nuxt333
TanStack Start305
React Router289
Next.js235

The chart includes a dotted median reference line calculated from the visible framework values.

Body Size

Body Size chart
Body Size data
FrameworkKilobytes
Baseline HTML96.83 KB
Astro96.89 KB
SvelteKit183.53 KB
TanStack Start193.62 KB
Next.js199.57 KB
Nuxt201.27 KB
React Router212.07 KB
SolidStart224.17 KB

The chart includes a dotted median reference line calculated from the visible framework values.

Median Latency

Median Latency chart
Median Latency data
FrameworkMilliseconds
Baseline HTML1.20 ms
Astro1.45 ms
SvelteKit2.18 ms
SolidStart2.44 ms
Nuxt2.88 ms
TanStack Start3.24 ms
React Router3.34 ms
Next.js4.54 ms

The chart includes a dotted median reference line calculated from the visible framework values.

Methodology: Server Side Load Test.

FrameworkPeak req/sPeak ConnectionsP99 @ 25P99 @ 50P99 @ 100Total Req.
Baseline HTML1,655.820020ms50ms104ms48,097
Astro1,150.85037ms65ms317ms34,086
Next.js3412288ms4690ms4668ms978
Nuxt71.852064ms4177ms4198ms2,262
React Router17510270ms1786ms3934ms5,708
SolidStart541.211089ms481ms2326ms16,962
SvelteKit470.6587ms519ms2381ms15,194
TanStack Start45.853217ms4285ms4723ms1,411

P99 Latency at 25 Connections

P99 Latency at 25 Connections chart
P99 Latency at 25 Connections data
FrameworkMilliseconds
Baseline HTML20.00 ms
Astro37.00 ms
SvelteKit87.00 ms
SolidStart89.00 ms
React Router270.00 ms
Nuxt2064.00 ms
Next.js2288.00 ms
TanStack Start3217.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P99 Latency at 50 Connections

P99 Latency at 50 Connections chart
P99 Latency at 50 Connections data
FrameworkMilliseconds
Baseline HTML50.00 ms
Astro65.00 ms
SolidStart481.00 ms
SvelteKit519.00 ms
React Router1786.00 ms
Nuxt4177.00 ms
TanStack Start4285.00 ms
Next.js4690.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P99 Latency at 100 Connections

P99 Latency at 100 Connections chart
P99 Latency at 100 Connections data
FrameworkMilliseconds
Baseline HTML104.00 ms
Astro317.00 ms
SolidStart2326.00 ms
SvelteKit2381.00 ms
React Router3934.00 ms
Nuxt4198.00 ms
Next.js4668.00 ms
TanStack Start4723.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P90 Latency at 25 Connections

P90 Latency at 25 Connections chart
P90 Latency at 25 Connections data
FrameworkMilliseconds
Baseline HTML18.00 ms
Astro25.00 ms
SvelteKit62.00 ms
SolidStart68.00 ms
React Router147.00 ms
Nuxt350.00 ms
TanStack Start786.00 ms
Next.js800.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P90 Latency at 50 Connections

P90 Latency at 50 Connections chart
P90 Latency at 50 Connections data
FrameworkMilliseconds
Baseline HTML36.00 ms
Astro45.00 ms
SvelteKit133.00 ms
SolidStart164.00 ms
React Router295.00 ms
Nuxt497.00 ms
TanStack Start862.00 ms
Next.js2600.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P90 Latency at 100 Connections

P90 Latency at 100 Connections chart
P90 Latency at 100 Connections data
FrameworkMilliseconds
Baseline HTML74.00 ms
Astro90.00 ms
SolidStart172.00 ms
SvelteKit235.00 ms
React Router403.00 ms
Nuxt653.00 ms
TanStack Start1286.00 ms
Next.js2835.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P75 Latency at 25 Connections

P75 Latency at 25 Connections chart
P75 Latency at 25 Connections data
FrameworkMilliseconds
Baseline HTML17.00 ms
Astro24.00 ms
SvelteKit56.00 ms
SolidStart58.00 ms
React Router140.00 ms
Nuxt347.00 ms
TanStack Start607.00 ms
Next.js789.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P75 Latency at 50 Connections

P75 Latency at 50 Connections chart
P75 Latency at 50 Connections data
FrameworkMilliseconds
Baseline HTML34.00 ms
Astro43.00 ms
SolidStart97.00 ms
SvelteKit113.00 ms
React Router291.00 ms
Nuxt457.00 ms
TanStack Start587.00 ms
Next.js1147.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

P75 Latency at 100 Connections

P75 Latency at 100 Connections chart
P75 Latency at 100 Connections data
FrameworkMilliseconds
Baseline HTML69.00 ms
Astro87.00 ms
SolidStart123.00 ms
SvelteKit164.00 ms
React Router368.00 ms
Nuxt439.00 ms
TanStack Start591.00 ms
Next.js1132.00 ms

The chart includes a dotted median reference line calculated from the visible framework values.

FrameworkLCP%CLS%FCP%TTFB%INP%
Astro9389928198
SolidStart1007710085100
SvelteKit7978776895
Next.js7472766694
TanStack Start5581462991
Nuxt6858695996
React Router5961656890

Good Largest Contentful Paint

Measures how fast a page's main content loads. To provide a good user experience, the LCP should be 2.5 seconds or less.

Good Largest Contentful Paint chart
Good Largest Contentful Paint data
Framework%
SolidStart100
Astro93
SvelteKit79
Next.js74
Nuxt68
React Router59
TanStack Start55

The chart includes a dotted median reference line calculated from the visible framework values.

Good Cumulative Layout Shift

Measures how much and how far content unexpectedly moves on a page. To provide a good user experience, sites should maintain a CLS score of 0.1 or less for at least 75% of page visits.

Good Cumulative Layout Shift chart
Good Cumulative Layout Shift data
Framework%
Astro89
TanStack Start81
SvelteKit78
SolidStart77
Next.js72
React Router61
Nuxt58

The chart includes a dotted median reference line calculated from the visible framework values.

Good First Contentful Paint

Measures initial loading speed. To provide a good user experience, the FCP should be 1.8 seconds or less.

Good First Contentful Paint chart
Good First Contentful Paint data
Framework%
SolidStart100
Astro92
SvelteKit77
Next.js76
Nuxt69
React Router65
TanStack Start46

The chart includes a dotted median reference line calculated from the visible framework values.

Good Time To First Byte

Measures the time between the request for a resource and when the first byte of a response begins to arrive. A good TTFB is less than or equal to 800ms.

Good Time To First Byte chart
Good Time To First Byte data
Framework%
SolidStart85
Astro81
SvelteKit68
React Router68
Next.js66
Nuxt59
TanStack Start29

The chart includes a dotted median reference line calculated from the visible framework values.

Good Interaction to Next Paint

Measures overall page responsiveness to user actions. To provide a good user experience, the INP should be 200ms or less.

Good Interaction to Next Paint chart
Good Interaction to Next Paint data
Framework%
SolidStart100
Astro98
Nuxt96
SvelteKit95
Next.js94
TanStack Start91
React Router90

The chart includes a dotted median reference line calculated from the visible framework values.

FrameworkLCP%CLS%FCP%TTFB%INP%
Astro8093736485
SolidStart8866888575
SvelteKit6781585474
Next.js5372484559
Nuxt4659444665
React Router3763375053
TanStack Start3184191351

Good Largest Contentful Paint

Measures how fast a page's main content loads. To provide a good user experience, the LCP should be 2.5 seconds or less.

Good Largest Contentful Paint chart
Good Largest Contentful Paint data
Framework%
SolidStart88
Astro80
SvelteKit67
Next.js53
Nuxt46
React Router37
TanStack Start31

The chart includes a dotted median reference line calculated from the visible framework values.

Good Cumulative Layout Shift

Measures how much and how far content unexpectedly moves on a page. To provide a good user experience, sites should maintain a CLS score of 0.1 or less for at least 75% of page visits.

Good Cumulative Layout Shift chart
Good Cumulative Layout Shift data
Framework%
Astro93
TanStack Start84
SvelteKit81
Next.js72
SolidStart66
React Router63
Nuxt59

The chart includes a dotted median reference line calculated from the visible framework values.

Good First Contentful Paint

Measures initial loading speed. To provide a good user experience, the FCP should be 1.8 seconds or less.

Good First Contentful Paint chart
Good First Contentful Paint data
Framework%
SolidStart88
Astro73
SvelteKit58
Next.js48
Nuxt44
React Router37
TanStack Start19

The chart includes a dotted median reference line calculated from the visible framework values.

Good Time To First Byte

Measures the time between the request for a resource and when the first byte of a response begins to arrive. A good TTFB is less than or equal to 800ms.

Good Time To First Byte chart
Good Time To First Byte data
Framework%
SolidStart85
Astro64
SvelteKit54
React Router50
Nuxt46
Next.js45
TanStack Start13

The chart includes a dotted median reference line calculated from the visible framework values.

Good Interaction to Next Paint

Measures overall page responsiveness to user actions. To provide a good user experience, the INP should be 200ms or less.

Good Interaction to Next Paint chart
Good Interaction to Next Paint data
Framework%
Astro85
SolidStart75
SvelteKit74
Nuxt65
Next.js59
React Router53
TanStack Start51

The chart includes a dotted median reference line calculated from the visible framework values.

Methodology: Core Web Vitals.