Tag

Browser Cache

0 views collected around this technical thread.

FunTester
FunTester
May 13, 2024 · Fundamentals

Understanding HTTP Caching: Principles, Types, Headers, and Testing Scenarios

This article explains the fundamentals of HTTP caching, including how it works, the different cache types, key cache-control directives, and the testing scenarios where testers must be aware of cache behavior to ensure performance, data consistency, and security.

Browser CacheHTTPTesting
0 likes · 11 min read
Understanding HTTP Caching: Principles, Types, Headers, and Testing Scenarios
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 13, 2023 · Frontend Development

Browser Cache Optimization Strategies for Micro‑Frontend Architecture

This article analyzes the challenges of browser caching in micro‑frontend projects, presents a systematic optimization plan—including resource versioning, server‑side URL proxying, nginx cache‑control configuration, and CDN integration—and demonstrates a 48.5% reduction in page‑load time with detailed implementation steps and performance data.

Browser CacheETagNginx
0 likes · 27 min read
Browser Cache Optimization Strategies for Micro‑Frontend Architecture
ByteFE
ByteFE
Dec 25, 2022 · Frontend Development

Curated Technical Articles on Frontend Development, Low‑Code Collaboration, Browser Caching, and More

This collection presents curated technical articles covering low‑code multi‑branch collaborative development, comprehensive front‑end state management, hands‑on browser cache exploration, intranet penetration principles, advanced CSS Houdini techniques, front‑end mock data strategies, React ref fundamentals, and performance‑focused foreign reads.

Browser CacheCSS HoudiniReact
0 likes · 6 min read
Curated Technical Articles on Frontend Development, Low‑Code Collaboration, Browser Caching, and More
Architecture Digest
Architecture Digest
May 29, 2022 · Frontend Development

Understanding Web Browser Caching: Types, ETag, and Cache‑Control

This article explains the various web caching mechanisms—including database, CDN, proxy, browser, and application‑level caches—why browser caching matters for performance, how ETag and Cache‑Control headers work, and practical checklist items for effectively managing cache in modern web applications.

Browser CacheETagHTTP
0 likes · 12 min read
Understanding Web Browser Caching: Types, ETag, and Cache‑Control
Baidu App Technology
Baidu App Technology
Jun 29, 2021 · Mobile Development

Optimization of T7 Browser Kernel Cache Mechanism in Baidu App

The Baidu App’s T7 browser kernel team optimized its HTTPCache and MemoryCache by enabling main‑document and file‑protocol caching, introducing a fixed‑size LRU cleanup, providing custom preload/query APIs, and leveraging NoState Prefetch, which together cut page‑load latency by over 30 % and markedly improve user experience.

Baidu AppBrowser CacheHTTP cache
0 likes · 15 min read
Optimization of T7 Browser Kernel Cache Mechanism in Baidu App
360 Tech Engineering
360 Tech Engineering
Jun 22, 2018 · Frontend Development

Testing Efficiency Tips: Browser Cache, MySQL Visualization, JSON Viewer, and Cookie Tools

This guide shares practical testing shortcuts—including how to fully clear Chrome cache, use Navicat for reusable SQL queries, install JSON Viewer and EditThisCookie extensions, and other handy tricks—to boost overall testing efficiency and reduce manual effort.

Browser CacheChrome extensionsMySQL
0 likes · 4 min read
Testing Efficiency Tips: Browser Cache, MySQL Visualization, JSON Viewer, and Cookie Tools
360 Quality & Efficiency
360 Quality & Efficiency
May 24, 2018 · Operations

Practical Tips for Improving Web Testing Efficiency: Browser Cache, MySQL Tools, and JSON Viewer

This article shares a collection of practical testing shortcuts—including browser cache clearing methods, Chrome cookie management, MySQL query reuse, full‑database search techniques, JSON formatting plugins, and cookie editing tools—to help testers boost efficiency and reduce repetitive work.

Browser CacheChromeEfficiency
0 likes · 4 min read
Practical Tips for Improving Web Testing Efficiency: Browser Cache, MySQL Tools, and JSON Viewer
Qunar Tech Salon
Qunar Tech Salon
Nov 25, 2016 · Backend Development

Understanding Browser Cache Control with Spring MVC and Nginx

This article explains how browsers cache resources using HTTP headers such as Last-Modified, Expires, Cache-Control and ETag, demonstrates Java Spring MVC code to set these headers, and shows how to configure Nginx for both static and proxy caching to reduce backend load and improve performance.

Browser CacheNginxProxy
0 likes · 19 min read
Understanding Browser Cache Control with Spring MVC and Nginx
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 18, 2015 · Frontend Development

Understanding Browser Cache Mechanisms and HTTP Header Controls

This article explains how browsers cache resources, the role of HTTP response headers such as Expires, Cache‑Control, ETag and Last‑Modified, and how conditional requests and different refresh actions affect caching behavior to improve web performance.

Browser CacheETagcache control
0 likes · 12 min read
Understanding Browser Cache Mechanisms and HTTP Header Controls