Skip to content

Commit

Permalink
Update svetle app (fixes tastejs#183 tastejs#181)
Browse files Browse the repository at this point in the history
Lighthouse PWA score taken from json ($.categories.pwa.score).
Interactive EM taken from lighthouse report from India: https://www.webpagetest.org/result/191007_4K_1f71b1407da4cc9bef1d46900bd11643/
  • Loading branch information
verglor authored Oct 7, 2019
1 parent f2fa5d3 commit eb8fd7d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions site/_apps/svelte-hacker-news.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
---
weight: 4
title: 'Svelte Hacker News'
github-title: 'sveltejs/svelte-hackernews'
title: 'Hacker News clone built with Svelte and Sapper'
github-title: 'sveltejs/hn.svelte.dev'
libraries:
- name: 'Svelte'
- name: 'Sapper'
module-bundling: 'Rollup'
service-worker: 'Application Shell + data caching'
server-side-rendering: 'Yes'
api: 'Hacker News Firebase API'
hosting: 'Now'
authors:
- name: 'Rich'
lighthouse: '73/100'
interactive-em: '2.5s'
lighthouse: '93/100'
interactive-em: '3.3s'
interactive-faster-3g: '2.2s'
lighthouse-link: https://www.webpagetest.org/lighthouse.php?test=170611_K5_aaca06336e5608c4a825246b383dc663&run=2
wpt-em-link: https://www.webpagetest.org/result/170611_K5_aaca06336e5608c4a825246b383dc663/
wpt-faster-3g-link: https://www.webpagetest.org/result/170611_BP_6fc0112b1b7a2862e4aedef7c9277416/
lighthouse-link: https://www.webpagetest.org/result/191007_ZV_7f956849a127059f245f44c0f5e7b746/
wpt-em-link: https://www.webpagetest.org/result/191007_9Y_adf704b3a539037a759edb528fccf153/
wpt-faster-3g-link: https://www.webpagetest.org/result/191007_DW_8c247f57050ce94005e6af68d112b3ea/
image: /assets/images/sveltehn-mobile.png
app-link: https://hn.svelte.technology/
github-link: https://github.com/sveltejs/svelte-hackernews
framework-link: https://svelte.technology/
app-link: https://hn.svelte.dev
github-link: https://github.com/sveltejs/hn.svelte.dev
framework-link: https://svelte.dev
---

0 comments on commit eb8fd7d

Please sign in to comment.