Tag

Code Compression

0 views collected around this technical thread.

ByteFE
ByteFE
Dec 6, 2021 · Frontend Development

Compressing i18n Keys to Reduce Bundle Size and Speed Up Frontend Builds

This article describes a method for shortening i18n keys in Feishu's frontend architecture by encoding them into compact strings, integrating the process into Babel and webpack pipelines, and demonstrates a 7.2 MB reduction in total page code size for over 11,000 keys.

BabelCode Compressionfrontend optimization
0 likes · 9 min read
Compressing i18n Keys to Reduce Bundle Size and Speed Up Frontend Builds
Qunar Tech Salon
Qunar Tech Salon
Jul 5, 2017 · Frontend Development

WeChat Mini Program Integration and Size Optimization: Engineering Practices and Packaging Tools

This article describes how to consolidate multiple WeChat mini‑programs into a single package by defining engineering standards, extracting common modules, and applying specialized packaging and compression tools to reduce the overall bundle size within the platform's strict limits.

Code CompressionWeChat Mini Programbuild-tools
0 likes · 11 min read
WeChat Mini Program Integration and Size Optimization: Engineering Practices and Packaging Tools