Skip to content

Commit

Permalink
Correct Typos in SVGOMG Spotlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmedley committed Aug 14, 2015
1 parent a0c7d21 commit 43ac2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_langs/en/showcase/spotlight/svgomg.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interview:
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.
- question: What worked really well during development?
answer: |
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.
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.
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.
Expand Down Expand Up @@ -66,4 +66,4 @@ related:
id: animations
title: "Look and feel"
href: fundamentals/look-and-feel/
---
---

0 comments on commit 43ac2b7

Please sign in to comment.