Tag

front-end-optimization

1 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Jan 4, 2023 · Frontend Development

SSR Implementation in Rax for E-commerce Performance Optimization

The guide explains how to implement Server‑Side Rendering in a Rax‑based e‑commerce car platform, replacing client‑side rendering to fix white‑screen and performance issues by simulating the browser environment with jsdom, handling data requests, null API fields, and auto‑closing tag discrepancies, while outlining architecture, middleware, and future CSR‑SSR integration.

JavaScriptRax FrameworkSSR
0 likes · 10 min read
SSR Implementation in Rax for E-commerce Performance Optimization
Baidu App Technology
Baidu App Technology
Jan 12, 2022 · Frontend Development

ResourceScheduler Tuning Mechanism: Optimizing Critical Image Loading in T7 Browser Kernel

Baidu's T7 browser kernel introduces a ResourceScheduler tuning mechanism that lets front‑end developers set image loading priority via an importance attribute or CSS property, enabling high‑priority above‑fold images to load faster while low‑priority resources are throttled under heavy domain request competition.

T7-kernelbrowser-kernelchromium
0 likes · 9 min read
ResourceScheduler Tuning Mechanism: Optimizing Critical Image Loading in T7 Browser Kernel
vivo Internet Technology
vivo Internet Technology
Dec 2, 2020 · Frontend Development

Understanding Lighthouse 6.0 Performance Metrics: A Comprehensive Guide to Front-end Page Performance Scoring

The guide explains Google’s Lighthouse 6.0 scoring system, detailing the new core metrics—Largest Contentful Paint, Total Blocking Time, and Cumulative Layout Shift—their weightings alongside FCP, Speed Index, and Time‑to‑Interactive, and how developers can use them to scientifically assess and improve front‑end page performance.

CLSCore Web VitalsLCP
0 likes · 15 min read
Understanding Lighthouse 6.0 Performance Metrics: A Comprehensive Guide to Front-end Page Performance Scoring
Baidu Tech Salon
Baidu Tech Salon
Mar 28, 2014 · Frontend Development

Static Resource Management and Template Framework for Front-End Optimization

The article discusses static resource management and a template framework to optimize front‑end performance by collecting resource requirements via require, widget, and script tags, deduplicating them, placing CSS in the head and JavaScript at the bottom, and enabling on‑demand loading while reducing HTTP requests.

On-demand LoadingStatic Resourcesfront-end-optimization
0 likes · 11 min read
Static Resource Management and Template Framework for Front-End Optimization