Tag

offline

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Jun 7, 2025 · Artificial Intelligence

Run Powerful Multimodal AI Offline on a 2 GB Android Phone with Google AI Edge Gallery

Google AI Edge Gallery lets a 2 GB RAM Android phone run sophisticated multimodal AI models completely offline, offering image understanding, text generation, and conversational capabilities without any network connection, and provides a quick three‑step setup to start experimenting with on‑device AI.

AIAndroidGoogle
0 likes · 5 min read
Run Powerful Multimodal AI Offline on a 2 GB Android Phone with Google AI Edge Gallery
Dual-Track Product Journal
Dual-Track Product Journal
May 30, 2025 · Operations

How to Design Offline Inventory Counting: Avoid Data Loss and Conflict

This article explains how to build a robust offline inventory counting system that prevents data loss, resolves synchronization conflicts, and ensures seamless operation even when network connectivity is interrupted, offering practical design patterns and pitfall‑avoidance tips for warehouse teams.

Conflict DetectionInventorySynchronization
0 likes · 6 min read
How to Design Offline Inventory Counting: Avoid Data Loss and Conflict
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 10, 2024 · Frontend Development

Using Workbox to Simplify Service Worker Development and Optimize Offline Caching

This article explains how to use Workbox to simplify Service Worker development, covering installation via CLI or CDN, core concepts like caching strategies, route matching, and custom handlers, and provides practical code examples to improve offline support and performance for web applications.

Workboxcachingfrontend
0 likes · 12 min read
Using Workbox to Simplify Service Worker Development and Optimize Offline Caching
HelloTech
HelloTech
Feb 28, 2024 · Frontend Development

Common Front-End Caching Techniques and Service Worker Guide

The article explains common front‑end caching methods—including HTTP headers, browser storage, and HTML5 manifests—then provides a comprehensive guide to Service Workers, covering their lifecycle, registration, typical install/activate/fetch handlers, cache‑update strategies, background sync, and integration with Taro via Workbox.

HTTP cacheWeb Developmentcaching
0 likes · 18 min read
Common Front-End Caching Techniques and Service Worker Guide
ByteFE
ByteFE
Feb 1, 2023 · Frontend Development

What Is a Progressive Web App (PWA) – Features, Use Cases, and the Situation in China

This article explains what Progressive Web Apps (PWAs) are, outlines their key characteristics such as cross‑device adaptability, fast loading, offline capability, security and installability, and discusses real‑world examples, Chinese market challenges, and the potential of PWA games.

App ManifestPWAProgressive Web Apps
0 likes · 13 min read
What Is a Progressive Web App (PWA) – Features, Use Cases, and the Situation in China
IT Services Circle
IT Services Circle
Jan 18, 2023 · Frontend Development

Saving Web Pages Locally with ArchiveWeb.page and Other Browser Extensions

This guide explains why saving web resources locally is essential, compares basic save methods with advanced browser extensions, and provides step‑by‑step instructions for installing and using ArchiveWeb.page, SingleFile, and Save Page WE to capture static and interactive web pages while noting their limitations.

ArchiveWeb.pageSingleFilebrowser extensions
0 likes · 6 min read
Saving Web Pages Locally with ArchiveWeb.page and Other Browser Extensions
DevOps Cloud Academy
DevOps Cloud Academy
Apr 25, 2022 · Cloud Native

Configuring an Offline Terraform Plugin Cache for Offline Initialization

This guide explains how to set up a local Terraform plugin cache on Linux/Mac or Windows, configure the CLI to use it, and perform both online and offline initializations using the cached providers.

DevOpsTerraformcloud native
0 likes · 5 min read
Configuring an Offline Terraform Plugin Cache for Offline Initialization
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 3, 2020 · Frontend Development

Offline Prerender (OPR): A Low‑Cost Alternative to SSR for First‑Screen Performance

The article introduces Offline Prerender (OPR), explains why traditional SSR and SPA first‑screen optimizations have limitations, details the OPR workflow—including scheduled Puppeteer rendering, HTML capture, data injection, diffing, CDN upload, and delayed mounting—and shares practical enhancements such as CSS tree‑shaking, async script loading, and downgrade strategies, demonstrating significant speed gains.

SSRVuefrontend
0 likes · 15 min read
Offline Prerender (OPR): A Low‑Cost Alternative to SSR for First‑Screen Performance
iQIYI Technical Product Team
iQIYI Technical Product Team
Dec 13, 2019 · Frontend Development

Progressive Web Apps (PWA) Overview, Service Worker Fundamentals, and iQiyi PC Implementation

The article explains Progressive Web Apps—offline‑capable, installable web apps built with Service Workers and a manifest.json—detailing their core qualities, installation requirements, and lifecycle, and showcases iQiyi’s PC PWA implementation that caches assets to speed loading, boosts user retention by 9%, and outlines future enhancements such as offline support and push notifications.

PWAWeb Developmentfrontend
0 likes · 12 min read
Progressive Web Apps (PWA) Overview, Service Worker Fundamentals, and iQiyi PC Implementation
360 Tech Engineering
360 Tech Engineering
Jul 29, 2019 · Frontend Development

Detail Page Localization for Faster Frontend Rendering in Mobile News Feeds

This article explains how a mobile news‑feed application reduces first‑paint latency from 820 ms to 260 ms by pre‑fetching static templates and news data, inlining resources, and using a localized detail‑page strategy that works offline and mitigates WebView cross‑origin issues.

MobileWebViewcaching
0 likes · 10 min read
Detail Page Localization for Faster Frontend Rendering in Mobile News Feeds
Beike Product & Technology
Beike Product & Technology
Dec 27, 2018 · Frontend Development

Service Workers and Progressive Web Apps: Concepts, Lifecycle, and Workbox Integration

This article explains the fundamentals of Progressive Web Apps (PWA), focusing on Service Workers—its architecture, usage restrictions, compatibility, lifecycle stages, practical code examples, and how to simplify implementation with the Workbox framework for offline caching and push notifications.

Cache APIPWAWeb Development
0 likes · 14 min read
Service Workers and Progressive Web Apps: Concepts, Lifecycle, and Workbox Integration
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Oct 25, 2016 · Mobile Development

Designing the Communication Layer and H5 Container for Hybrid Mobile Apps

This article explains how to design a hybrid app's communication layer using JSBridge, outlines native‑H5 interaction patterns, presents bridge protocol implementations, discusses UI responsibilities, and describes offline H5 container architecture with local URL routing and update mechanisms.

AndroidBridgeH5
0 likes · 19 min read
Designing the Communication Layer and H5 Container for Hybrid Mobile Apps