|
|
|
|
|
by xrstf
3628 days ago
|
|
I'm pleasently surprised that the generated sites work just fine with JavaScript disabled (at least on the author's blog). Which on the other hand makes me wonder why I (as the visitor) need to download a 700KB JS blob that contains all blog posts, React and other things just to read the content. Without JS: 4 requests, 20 KB transferred, DOMContentLoaded @ 360ms With JS: 27 requests, 518 KB transferred, DOMContentLoaded @ 22.07s (includes Disqus) For caching purposes, it might make sense to split the bundle.js into a app.js and content.js and only update the content.js on re-deployments. Not sure if this is just on the author's blog or on every site built with Gatsby. |
|
From testing out one of the example blogs and this doesn't seem to be a UX issue:
https://bricolage.io/tools-administer-facebook-groups/