Sohu Tech Products
Sohu Tech Products
Jul 24, 2024 · Frontend Development

Speed Up Flutter Web Startup: Split main.dart.js with Deferred Components

This article explains how to reduce Flutter Web startup time by splitting the bulky main.dart.js file using deferred components, configuring CanvasKit assets via CDN, and optimizing font loading, complete with step‑by‑step code examples and performance measurements.

CDNCode SplittingDeferred Components
0 likes · 19 min read
Speed Up Flutter Web Startup: Split main.dart.js with Deferred Components
Baidu MEUX
Baidu MEUX
Sep 29, 2021 · Frontend Development

Boost Mobile Reading Comfort: UI Typography Tricks for Faster, More Attractive Content

Based on China’s 2020 national reading survey, this study redesigns Baidu Mobile’s article pages by adapting screen‑friendly fonts, optimizing font weight, spacing, and punctuation rules, applying Chinese typographic standards to improve readability, efficiency, and visual appeal for billions of mobile readers.

Chinese typographyFont OptimizationUI design
0 likes · 16 min read
Boost Mobile Reading Comfort: UI Typography Tricks for Faster, More Attractive Content
21CTO
21CTO
Feb 14, 2016 · Frontend Development

Why Web Pages Are Growing Too Big—and How to Stop It

An analysis of four years of HTTP Archive data reveals that average web pages have more than doubled in size, with images now accounting for 64% of weight, and offers practical steps like performance budgets, image and font optimization, and third‑party script management to curb bloat.

Font OptimizationPage Sizefrontend
0 likes · 9 min read
Why Web Pages Are Growing Too Big—and How to Stop It