Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 43ac2b7

Browse files
committed
Correct Typos in SVGOMG Spotlight
1 parent a0c7d21 commit 43ac2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_langs/en/showcase/spotlight/svgomg.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interview:
3838
Laziness. Total laziness. I'm not an expert in developing Windows native apps, I'm not an expert in OSX native apps, nor am I an expert in creating native apps for iOS, Android, Windows Phone or Linux. I can however do the web, and that one skill set let me build something *once* that worked on all those platforms.
3939
- question: What worked really well during development?
4040
answer: |
41-
I'm really happy with the performance of it. I ensure the page renders before JS is available. In fact, it gets to first render with only 5k of HTML with some inlined CSS and SVG, the main scripts and CSS are all loaded in the background. This means the site appears to load in 1.5s even on 3G with an empty cache, and most of that is DNS and SSL.
41+
I'm really happy with the performance of it. I ensure the page renders before JS is available. In fact, it gets to first render with only 5k of HTML with some inlined CSS and SVG. The main scripts and CSS are all loaded in the background. This means the site appears to load in 1.5s even on 3G with an empty cache, and most of that is DNS and SSL.
4242
4343
The opening screen is really simple, so doing that in 5k wasn’t a challenge. It really bothers me that so many sites wait on JS for their first render, some even require their JS to make further requests before rendering. This pushes 3G render time towards 10s – as a mobile user I know I wouldn’t put up with that.
4444
@@ -66,4 +66,4 @@ related:
6666
id: animations
6767
title: "Look and feel"
6868
href: fundamentals/look-and-feel/
69-
---
69+
---

0 commit comments

Comments
 (0)