From 3abefc0d9799959d11afce8f5b91b7a6798ddb55 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 19 Mar 2019 17:01:41 -0700 Subject: [PATCH] Update blog/_posts/2019-03-16-spas-pwas-and-ssr.md Co-Authored-By: marcoow --- blog/_posts/2019-03-16-spas-pwas-and-ssr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2019-03-16-spas-pwas-and-ssr.md b/blog/_posts/2019-03-16-spas-pwas-and-ssr.md index ab40f8a6ac..031405a4ee 100755 --- a/blog/_posts/2019-03-16-spas-pwas-and-ssr.md +++ b/blog/_posts/2019-03-16-spas-pwas-and-ssr.md @@ -38,7 +38,7 @@ though, mainly in the the form of JavaScript code. The median size of JavaScript used on pages across the Internet is now [ca. 400KB on the desktop and ca. 360KB on mobile devices](https://httparchive.org/reports/state-of-javascript), an increase of ca. 36% and ca. 50% respectively over the past 3 years. All of -this JavaScript not only has to be loaded via often spotty connections though +this JavaScript not only has to be loaded via often spotty connections but also parsed, compiled and executed - often on mobile devices that are far less powerful than the average desktop or notebook computer (have a look at [Addy Osmani's in-depth post on the matter](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4)