Tagged articles
3 articles
Page 1 of 1
AutoHome Frontend
AutoHome Frontend
Dec 23, 2019 · Frontend Development

How to Manage Static Asset Versioning in Vue Projects Without Hashes

This guide explains how to replace hash‑based static asset versioning with timestamps or package version numbers in Vue projects, adjust webpack configuration to keep hashes only on chunk files, handle preload/prefetch hints, and coordinate backend updates for reliable cache busting.

cache bustingprefetchpreload
0 likes · 9 min read
How to Manage Static Asset Versioning in Vue Projects Without Hashes
Java High-Performance Architecture
Java High-Performance Architecture
Dec 20, 2015 · Frontend Development

How to Solve Static Resource Cache Issues with Hash-Based Filenames

This article explains the evolution of static asset management from simple overwrites to cache‑busting version strings, highlights the problems caused by version‑based updates in large web systems, and presents hash‑based filenames as an optimal solution to ensure reliable upgrades and efficient caching.

MD5 hashingVersioningcache busting
0 likes · 5 min read
How to Solve Static Resource Cache Issues with Hash-Based Filenames