Tencent IMWeb Frontend Team
Author

Tencent IMWeb Frontend Team

IMWeb Frontend Community gathering frontend development enthusiasts. Follow us for refined live courses by top experts, cutting‑edge technical posts, and to sharpen your frontend skills.

500
Articles
0
Likes
814
Views
0
Comments
Recent Articles

Latest from Tencent IMWeb Frontend Team

100 recent articles max
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 9, 2021 · Frontend Development

How We Cut H5 Page Load Time by 50%: A Deep Dive into Performance Optimization

This article details the systematic performance optimization of Penguin Tutor's H5 core pages, covering metric collection, analysis methods, environment setup, and concrete practices such as network tuning, code splitting, lazy loading, resource hints, and server‑side improvements that reduced total bundle size by 50% and cut onload time from over 6 seconds to around 1.2 seconds.

H5Webfrontend
0 likes · 22 min read
How We Cut H5 Page Load Time by 50%: A Deep Dive into Performance Optimization
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 5, 2021 · Fundamentals

Why Markdown Beats Word for Modern Writing and Development

The article compares Microsoft Word's heavyweight rich‑text workflow with lightweight, readable Markdown, explains Markdown's history and standards, and recommends several Markdown‑friendly tools for writing, documentation, and front‑end development.

SoftwareRecommendationsWordWritingTools
0 likes · 9 min read
Why Markdown Beats Word for Modern Writing and Development
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 29, 2021 · Frontend Development

Unlock Hidden Chrome DevTools Tricks: Copy, $ Selectors, and More

Discover a collection of powerful Chrome DevTools shortcuts and functions—including copy, Store As Global, $ selectors, getEventListeners, monitor, Preserve Log, inspect, and animation tools—that streamline debugging, DOM manipulation, and performance analysis for web developers.

Chrome DevToolsDebuggingWeb development
0 likes · 10 min read
Unlock Hidden Chrome DevTools Tricks: Copy, $ Selectors, and More
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 26, 2021 · Frontend Development

How Independent Subpackages Cut WeChat Mini‑Program Startup Time by 30%

This article details how Tencent Classroom's WeChat mini‑program activity page was optimized by extracting an independent subpackage, reducing the package size by 93% and achieving a 30% overall startup speed improvement, with thorough analysis of launch metrics across device types.

Independent SubpackageWeChat mini-programperformance optimization
0 likes · 16 min read
How Independent Subpackages Cut WeChat Mini‑Program Startup Time by 30%
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 15, 2021 · Frontend Development

How We Cut Mini‑Program Startup Time by 45%: Real‑World Performance Tactics

This article details a systematic investigation of a WeChat Mini Program’s slow startup, request, and interaction performance, presents data‑driven diagnostics, and outlines concrete optimizations—code‑size reduction, CDN static assets, independent sub‑packages, data prefetch, request queuing, and stepwise rendering—that together reduced package size by 27%, startup time by up to 45%, and request latency by over 80%, delivering a noticeably smoother user experience.

Code SplittingData PrefetchWeChat mini-program
0 likes · 19 min read
How We Cut Mini‑Program Startup Time by 45%: Real‑World Performance Tactics
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 8, 2021 · Frontend Development

Reinventing Low‑Code: How Vision’s New Gems Engine Reduces Complexity and Boosts Flexibility

This article explores the evolution of the Vision low‑code platform, introduces the Gems visual‑building engine, and explains how a modular architecture of renderer, editor, and material libraries addresses both business and technical challenges while controlling software complexity.

Frontend Architectureengine designlow-code
0 likes · 17 min read
Reinventing Low‑Code: How Vision’s New Gems Engine Reduces Complexity and Boosts Flexibility
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 5, 2021 · Game Development

Why Cocos Creator Leaks Memory on iOS and How to Fix It

This article investigates the memory‑leak issue in Tencent Penguin Tutor's Cocos Creator implementation on iOS, explains why the engine's node pool and DragonBones animations cause unreleased Texture2D objects, and provides a step‑by‑step solution using explicit pool clearing and proper object disposal.

Cocos CreatorDebuggingDragonBones
0 likes · 16 min read
Why Cocos Creator Leaks Memory on iOS and How to Fix It