Skip to content

Commit df3f844

Browse files
authored
2022 Release 2 spellcheck (#3219)
* Release 2 spellcheck * More words
1 parent aeff851 commit df3f844

2 files changed

Lines changed: 36 additions & 10 deletions

File tree

src/config/spelling_ignore_words.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ async
5454
atfreshsolutions
5555
attr
5656
avif
57+
aviso
5758
avolakatos
5859
autocomplete
5960
autofill
@@ -74,6 +75,7 @@ bendell
7475
benseymour
7576
bgsound
7677
bidirectionality
78+
bing
7779
bingbot
7880
bitrate
7981
bkardell
@@ -151,6 +153,7 @@ crawlability
151153
crawlable
152154
creativework
153155
cript
156+
criteo
154157
crossorigin
155158
crsb
156159
crypto
@@ -162,9 +165,11 @@ cryptojacking
162165
cryptominer
163166
cryptominers
164167
cryptomining
168+
csrf
165169
csscriptdict
166170
cufon
167171
cufontext
172+
curation
168173
currentcolor
169174
cwebp
170175
cybai
@@ -226,6 +231,7 @@ ebay
226231
ecommerce
227232
eeeps
228233
eicons
234+
eikounoayumi
229235
endif
230236
endlock
231237
enquiries
@@ -293,6 +299,7 @@ googleads
293299
googleadservices
294300
googleapis
295301
googlebot
302+
googlesyndication
296303
googletagmanager
297304
googletagservices
298305
googleusercontent
@@ -335,6 +342,7 @@ imagegallery
335342
imageobject
336343
imagesrcset
337344
imagesizes
345+
imasdk
338346
imeugenia
339347
imkev
340348
imkevdev
@@ -354,6 +362,7 @@ inln
354362
instagram
355363
installability
356364
installable
365+
insurancegroup
357366
interactable
358367
interoperability
359368
interoperable
@@ -532,6 +541,7 @@ onerror
532541
oninstall
533542
onload
534543
onreading
544+
onthehill
535545
openresty
536546
opensans
537547
opentagclosetag
@@ -567,6 +577,7 @@ permalink
567577
personalization
568578
phishing
569579
photosensitivity
580+
pinimg
570581
pinterest
571582
plaintext
572583
playbook
@@ -587,6 +598,7 @@ posinset
587598
postaladdress
588599
precached
589600
precaching
601+
precollegeprograms
590602
preconnect
591603
preconnecting
592604
preconnects
@@ -643,6 +655,7 @@ recompression
643655
reflow
644656
reframe
645657
reimagining
658+
remarketing
646659
remediating
647660
reneesoffice
648661
reneesvirtualoffice
@@ -658,6 +671,7 @@ reyrey
658671
rgba
659672
reposts
660673
repurposing
674+
revalidation
661675
rightsholder
662676
rlcdn
663677
rmarx
@@ -666,6 +680,7 @@ roadmap
666680
roadmaps
667681
roboto
668682
rockeynebhwani
683+
rochesteronline
669684
rollout
670685
rollouts
671686
romche
@@ -676,15 +691,18 @@ rreverser
676691
rrggbb
677692
rrggbbaa
678693
rsheeter
694+
rubiconproject
679695
ruleset
680696
rviscomi
681697
safelist
698+
saleor
682699
samdutton
683700
sameorigin
684701
samp
685702
saptaks
686703
sbix
687704
sboukortt
705+
scalability
688706
scalable
689707
scdn
690708
scottdavis
@@ -696,6 +714,7 @@ scrollbars
696714
scss
697715
searchbox
698716
securityheaders
717+
seldo
699718
semibold
700719
semrushbot
701720
sendpulse
@@ -709,6 +728,7 @@ shoesbycolin
709728
shopify
710729
shopifycdn
711730
shopifysvc
731+
shopmate
712732
shubhie
713733
shuvam
714734
siakaramalegos
@@ -730,6 +750,7 @@ slategray
730750
slnt
731751
smartphone
732752
smartphones
753+
snpbooks
733754
snuck
734755
spoofable
735756
soundcloud
@@ -761,10 +782,12 @@ subpar
761782
subresource
762783
subresources
763784
subsampling
785+
subsetted
764786
subsetting
765787
subtags
766788
subtree
767789
superfast
790+
surveyforcustomers
768791
suzzicks
769792
svgees
770793
svgeesus
@@ -781,6 +804,7 @@ tameverts
781804
tammyeverts
782805
tappable
783806
tawk
807+
teads
784808
telecom
785809
terabyte
786810
terabytes
@@ -832,6 +856,7 @@ twitterverse
832856
typekit
833857
uber
834858
unbeknownst
859+
ubiquitousness
835860
uncacheable
836861
uncategorized
837862
uncompressing
@@ -910,6 +935,7 @@ wikidata
910935
wikipedia
911936
wikis
912937
wildcard
938+
wildeyebrewing
913939
wireframes
914940
wirelessly
915941
wrttnwrd

src/content/en/2022/jamstack.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We decided a Jamstack site doesn't necessarily use JavaScript. Lots of Jamstack
5555

5656
There are definitely some frameworks that people think of when they think about the Jamstack; so much so that the 2020 and 2021 versions of the Web Almanac [defined the Jamstack exclusively by the frameworks used](../2021/jamstack), focusing on Static Site Generators (SSGs). That's logical enough, but we thought this presented some problems.
5757

58-
First, what about frameworks you can't easily detect? As an example, <a hreflang="en" href="https://www.11ty.dev/">Eleventy</a>, a growing and popular choice in the Jamstack, leaves no trace in the generated HTML; it's invisible to the end user (by default, though you can add a <a hreflang="en" href="https://www.11ty.dev/docs/data-eleventy-supplied/#eleventy-variable">generator tag</a> if you want to). Not counting frameworks that politely goget out of the way seems wrong.
58+
First, what about frameworks you can't easily detect? As an example, <a hreflang="en" href="https://www.11ty.dev/">Eleventy</a>, a growing and popular choice in the Jamstack, leaves no trace in the generated HTML; it's invisible to the end user (by default, though you can add a <a hreflang="en" href="https://www.11ty.dev/docs/data-eleventy-supplied/#eleventy-variable">generator tag</a> if you want to). Not counting frameworks that politely get out of the way seems wrong.
5959

6060
Secondly: there are a lot of frameworks! There are dozens of big ones and thousands of smaller ones. Even for the ones that can be detected, we don't always have a good way to detect them. Plus, we agreed that it is definitely possible to build a site that feels "Jamstack-y" without using a framework at all. Plain HTML can definitely be Jamstack.
6161

@@ -127,21 +127,21 @@ To judge for yourself, and keep us honest, here are 10 "Jamstack-y" sites from o
127127
- <a hreflang="en" href="https://www.cazador-del-sol.de/">www.cazador-del-sol.de</a>
128128
- <a hreflang="en" href="https://snpbooks.org/">snpbooks.org</a>
129129
- <a hreflang="en" href="https://eikounoayumi.jp/">eikounoayumi.jp</a>
130-
- <a hreflang="en" href="https://eikounoayumi.jp/">rochesteronline.precollegeprograms.org</a>
131-
- <a hreflang="en" href="https://eikounoayumi.jp/">surveyforcustomers.com</a>
132-
- <a hreflang="en" href="https://eikounoayumi.jp/">www.shopmate.eu</a>
133-
- <a hreflang="en" href="https://eikounoayumi.jp/">docs.saleor.io</a>
134-
- <a hreflang="en" href="https://eikounoayumi.jp/">www.wildeyebrewing.ca</a>
135-
- <a hreflang="en" href="https://eikounoayumi.jp/">360insurancegroup.com</a>
136-
- <a hreflang="en" href="https://eikounoayumi.jp/">144onthehill.co.uk</a>
130+
- <a hreflang="en" href="https://rochesteronline.precollegeprograms.org/">rochesteronline.precollegeprograms.org</a>
131+
- <a hreflang="en" href="https://surveyforcustomers.com/">surveyforcustomers.com</a>
132+
- <a hreflang="en" href="https://www.shopmate.eu/">www.shopmate.eu</a>
133+
- <a hreflang="en" href="https://docs.saleor.io/">docs.saleor.io</a>
134+
- <a hreflang="en" href="https://www.wildeyebrewing.ca/">www.wildeyebrewing.ca</a>
135+
- <a hreflang="en" href="https://360insurancegroup.com/">360insurancegroup.com</a>
136+
- <a hreflang="en" href="https://144onthehill.co.uk/">144onthehill.co.uk</a>
137137

138138
Whether or not exactly 3.6% (or 2.7% on desktop) of the web is Jamstack – which, because the definition of Jamstack relies on architectural choices we can't verify, we cannot definitively say – what we can be sure of is that Jamstack is growing. The percentage of sites that meet all of our criteria has been getting steadily bigger year on year. The web is getting more "Jamstack-y".
139139

140140
Of course, since our definition is two performance metrics and a caching metric, one way we could be wrong is if the web is just getting more performant in general. To check that, we split the metrics back up (this is mobile data; desktop data was not significantly different):
141141

142142
{{ figure_markup(
143143
caption="Changes in Jamstack metrics over time on mobile.",
144-
description="Line chart showing the change in the three Jamstack metrics from 2020, 2021, and 2022. After being largely static between 2020 and 2021, the percentage of CLS has risen in the last year (from 48% to 61%), as has LCP to a lesser extent (from 44% to 50%). The percentage cacheable has stayed lagely static at 11% in all three years.",
144+
description="Line chart showing the change in the three Jamstack metrics from 2020, 2021, and 2022. After being largely static between 2020 and 2021, the percentage of CLS has risen in the last year (from 48% to 61%), as has LCP to a lesser extent (from 44% to 50%). The percentage cacheable has stayed largely static at 11% in all three years.",
145145
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vSVe-RPqA23n5VYyvNGcmljPDWPhiBqlMFOQFp5vc4CKT_u5Zd6cldCKUVg56FoqRyaarvvMTs-uY4c/pubchart?oid=806511079&format=interactive",
146146
sheets_gid="1068922155",
147147
sql_file="percentage_jamstack_criteria_per_year.sql",
@@ -425,7 +425,7 @@ The change in relative popularity of some of these hosts relative to the wider w
425425
</figcaption>
426426
</figure>
427427

428-
GitHub Pages, Pantheon, Acquia Cloud Platform and Heroku all appear to be declining in popularity as a Jamstack hosting choice, while AWS, Netlify, Vercel, and Platform.sh are getting more popular. Note that Cloudways or Azure are not in the 2021 PaaS data, so we can't compare them. We can hypothesise that AWS, Netlify and Vercel are growing in popularity because they're not just hosting—they offer a suite of tools for a developer workflow.
428+
GitHub Pages, Pantheon, Acquia Cloud Platform and Heroku all appear to be declining in popularity as a Jamstack hosting choice, while AWS, Netlify, Vercel, and Platform.sh are getting more popular. Note that Cloudways or Azure are not in the 2021 PaaS data, so we can't compare them. We can hypothesize that AWS, Netlify and Vercel are growing in popularity because they're not just hosting—they offer a suite of tools for a developer workflow.
429429

430430
Absent from all the platform lists is web giant Cloudflare, which Wappalyzer categorizes as a CDN rather than a PaaS. Although Cloudflare has a PaaS offering that is very Jamstack-y, called Cloudflare Pages, Wappalyzer data does not distinguish between "hosted on a CDN" and "hosts some assets on that CDN" so we could not include it in this analysis. The author believes that Cloudflare is a very popular Jamstack hosting option, but we do not have good data to verify this.
431431

0 commit comments

Comments
 (0)