Tag

browser storage

1 views collected around this technical thread.

Zhengtong Technical Team
Zhengtong Technical Team
Jun 2, 2022 · Frontend Development

Improving WebGL Engine Performance with IndexedDB: Data Retrieval and Update Strategies

This article explains how the Crystal WebGL engine leverages IndexedDB to reduce network requests, accelerate three‑dimensional data loading, and implement efficient caching and update mechanisms, thereby significantly improving overall rendering performance and user experience.

Data CachingPerformanceWebGL
0 likes · 7 min read
Improving WebGL Engine Performance with IndexedDB: Data Retrieval and Update Strategies
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Dec 28, 2017 · Databases

Master IndexedDB: A Complete Guide to Browser Storage, Transactions, and Indexes

IndexedDB provides a powerful, asynchronous key‑value storage solution for browsers, enabling large offline data sets, transactional operations, object stores, indexes, and cursor‑based queries; this guide walks through opening databases, creating stores and indexes, adding, retrieving, updating, deleting records, and handling limitations.

JavaScriptWeb Developmentbrowser storage
0 likes · 11 min read
Master IndexedDB: A Complete Guide to Browser Storage, Transactions, and Indexes
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 10, 2017 · Frontend Development

How Evercookie Achieves Unbreakable Browser Persistence

This article explains the evercookie technique, detailing its multi‑dimensional storage methods—from standard cookies and Flash to IndexedDB and HSTS—showing how data can survive typical browser clean‑ups and how it can be applied for long‑term client identifiers.

Web Securitybrowser storageclient-side storage
0 likes · 13 min read
How Evercookie Achieves Unbreakable Browser Persistence
Architecture Digest
Architecture Digest
Apr 26, 2016 · Frontend Development

Overview of Browser Storage Mechanisms: Cookies, Web Storage, IndexedDB, WebSQL, and More

This article provides a comprehensive overview of common browser storage technologies—including Cookies, Web Storage (localStorage and sessionStorage), IndexedDB, WebSQL, Application Cache, and Service Workers—explaining their purposes, compatibility, and offering practical code examples for each.

WebSQLbrowser storagecookies
0 likes · 15 min read
Overview of Browser Storage Mechanisms: Cookies, Web Storage, IndexedDB, WebSQL, and More