Tag

CSS Optimization

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 17, 2025 · Frontend Development

Why Is There a Large Gap Between TTFB and FCP on Alibaba.com PC Homepage?

During performance tuning of Alibaba.com’s PC new‑user homepage, the Time To First Byte became acceptable while the First Contentful Paint remained 3 seconds slower, revealing that CSS download and parsing blocked rendering and that inlining critical CSS dramatically reduced FCP latency.

CSS OptimizationFCPTTFB
0 likes · 10 min read
Why Is There a Large Gap Between TTFB and FCP on Alibaba.com PC Homepage?
ByteFE
ByteFE
Jan 21, 2022 · Frontend Development

Frontend Development Weekly Digest: Vue 3 Default Release, Framework Ecosystem Reviews, and Performance Optimization Techniques

This technical digest explores the official transition of Vue 3 to the default framework version, reviews emerging frontend tools and ecosystem trends, analyzes browser rendering pipelines for animation optimization, and provides practical guidance on CSS techniques, React Hooks, and modern development workflows.

CSS OptimizationFrontend FrameworksJavaScript OOP
0 likes · 5 min read
Frontend Development Weekly Digest: Vue 3 Default Release, Framework Ecosystem Reviews, and Performance Optimization Techniques
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 29, 2021 · Frontend Development

Understanding Browser Compositing Layers: A Guide to CSS Hardware Acceleration

The article explains how browsers build render trees and use GPU‑accelerated compositing layers—created by properties like transform, will‑change, or media elements—to improve performance, avoid repaint glitches such as iOS timer flicker, and offers best‑practice tips for using these layers efficiently without excess memory use.

CSS OptimizationGPU renderingbrowser rendering
0 likes · 10 min read
Understanding Browser Compositing Layers: A Guide to CSS Hardware Acceleration