Skip to content

Commit e66b90f

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 11bebf2 + 6beef48 commit e66b90f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/last_updated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
"en/2022/chapters/jamstack.html": {
615615
"date_published": "2022-10-13T00:00:00.000Z",
616616
"date_modified": "2022-10-13T00:00:00.000Z",
617-
"hash": "82e652ee06d262b2eed711ff3571f83a"
617+
"hash": "6525fb0ea59cbcff150ccbc1588b5312"
618618
},
619619
"en/2022/chapters/javascript.html": {
620620
"date_published": "2022-09-26T00:00:00.000Z",

src/content/en/2022/jamstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ That seems like it should be an obvious "yes": if the page is flat HTML that ren
4545

4646
We landed on the "CDN" aspect of the early definition of Jamstack: it doesn't have to be any specific CDN provider, but part of the definition is definitely the "pre-rendering" part, which implies: you're rendering something, and then caching it. So a Jamstack site should be cached (though whether you cache it yourself, or use a CDN, doesn't matter).
4747

48-
That produces another edge-case: lots of sites are cached! Even completely dynamic sites often cache things for a few minutes to avoid load spikes, and lots of sites are served by CDNs these days, which are intrinsically a cache even if the site's architecture owes nothing to Jamstack patterns. So what's the difference between a normal cached site and a Jamstack site? We decided it meant a Jamstack site should be cacheable.
48+
That produces another edge-case: lots of sites are cached! Even completely dynamic sites often cache things for a few minutes to avoid load spikes, and lots of sites are served by CDNs these days, which are intrinsically a cache even if the site's architecture owes nothing to Jamstack patterns. So what's the difference between a normal cached site and a Jamstack site? Cacheability is one part, but what else?
4949

5050
### Does a Jamstack site have to use JavaScript?
5151

0 commit comments

Comments
 (0)