Skip to content

Commit

Permalink
update README with updated results
Browse files Browse the repository at this point in the history
  • Loading branch information
deklanw committed Feb 17, 2022
1 parent d21dab4 commit c8470d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Benchmarking blogs with interactive components

I test three different frameworks are tested: [SvelteKit+MDSveX](https://sveltekit-mdsvex-benchmark.netlify.app/), [Astro](https://astro-benchmark.netlify.app/), and [Iles](https://iles-benchmark.netlify.app/). Three increasingly long blogposts containing a single interactive Counter component are included. The Counter component is written with Preact in Astro and Vue in Iles.
I test three different frameworks are tested: [SvelteKit+MDSveX](https://sveltekit-mdsvex-benchmark.netlify.app/), [Astro](https://astro-benchmark.netlify.app/), and [Iles](https://iles-benchmark.netlify.app/). Three increasingly long blogposts containing a single interactive Counter component are included. The Counter component is written with Preact in Astro and Preact in Iles.


| Page | Word count | # DOM elements | uncompressed HTML (KB) | gzipped HTML (KB) |
Expand All @@ -18,7 +18,7 @@ Using Webpagetest I ran a Lighthouse benchmark thrice for each framework on `pos
|------------------|----------------------------|-----------------------|----------------------------------------------------------|----------------------------------------------------------|----------------------------------------------------------|
| SvelteKit+MDSveX | 290 | 100 | [99](https://webpagetest.org/result/220204_BiDc88_D8J/) | [99](https://webpagetest.org/result/220204_BiDcHE_D7Y/) | [99](https://webpagetest.org/result/220204_AiDcYS_F2A/) |
| Astro | 12 | 6 | [99](https://webpagetest.org/result/220204_AiDcHS_F3H/) | [100](https://webpagetest.org/result/220204_AiDcWV_F55/) | [100](https://webpagetest.org/result/220204_AiDcE7_F3A/) |
| Iles | 53 | 22 | [100](https://webpagetest.org/result/220204_AiDcV5_FE2/) | [100](https://webpagetest.org/result/220204_AiDcN9_FE6/) | [100](https://webpagetest.org/result/220204_AiDcKM_FE8/) |
| Iles | 14 | 6 | [100](https://webpagetest.org/result/220217_AiDcQ5_N3D/) | [100](https://webpagetest.org/result/220217_AiDcC0_N3F/) | [100](https://webpagetest.org/result/220217_AiDcPP_N3G/) |


### `post3` results
Expand All @@ -27,7 +27,7 @@ Using Webpagetest I ran a Lighthouse benchmark thrice for each framework on `pos
|------------------|----------------------------|-----------------------|---------------------------------------------------------|---------------------------------------------------------|---------------------------------------------------------|
| SvelteKit+MDSveX | 2175 | 780 | [45](https://webpagetest.org/result/220204_AiDcHZ_E87/) | [53](https://webpagetest.org/result/220204_AiDcWZ_E7J/) | [54](https://webpagetest.org/result/220204_BiDc7A_CFJ/) |
| Astro | 12 | 6 | [73](https://webpagetest.org/result/220204_AiDcRP_EN0/) | [80](https://webpagetest.org/result/220204_AiDc3E_EM7/) | [84](https://webpagetest.org/result/220204_AiDcZR_EMQ/) |
| Iles | 53 | 22 | [69](https://webpagetest.org/result/220204_BiDcY3_CX1/) | [78](https://webpagetest.org/result/220204_BiDcMK_CXK/) | [81](https://webpagetest.org/result/220204_AiDcX4_ENG/) |
| Iles | 14 | 6 | [77](https://webpagetest.org/result/220217_BiDcXA_KHG/) | [80](https://webpagetest.org/result/220217_BiDcV2_KHD/) | [83](https://webpagetest.org/result/220217_BiDc1F_KHF/) |


## Notes
Expand Down

0 comments on commit c8470d4

Please sign in to comment.