I'll just comment on the stanforddaily website how clean it looked and loaded fast even without any crap like AMP. Just compare it to the current site.
Pure HTML y'all. No megabytes of css, no bootstrap, no webpack with plethora of dependencies to load, parse and execute. We went the other route.
> No megabytes of css
Why would there ever be megabytes of CSS for such a site, apart from for ads, which is the main problem with modern 'content sites'.
> no bootstrap
Bootstrap can be tiny, and a big win in productivity/quality, so 'no Bootstrap' likely cost the devs in its lack of availabilty at the time. It looks far worse and is less usable on mobile particularly (but on desktop too) than it would be if built with Bootstrap.
> No webpack with plethora of dependencies to load, parse and execute.
Why is that even relevant? Who exactly is advocating for 'webpack with plethora of dependencies' for that kind of website?