Tag

browser storage

0 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 CachingIndexedDBWebGL
0 likes · 7 min read
Improving WebGL Engine Performance with IndexedDB: Data Retrieval and Update Strategies
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.

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