(no title)
fevangelou | 2 years ago
As someone who's worked primarily on news/media sites for the last 15 years, I can totally relate and agree on all your points.
I would also argue that there are non-code issues that could easily be resolved. Bundling fonts for example. Decide on the top 100 with support for all or almost all characters, based on usage etc., and bundle them in the browser. That would shave possibly hundreds of KBs of each page's size.
On the flip side, stuff like lazy loading could become standard and use the attribute only to force-load content. Or stuff that is used on every freaking site (eg togglers as native html tags).
I'm hopeful though.
No comments yet.