Tagged articles

ArkWeb

5 articles · Page 1 of 1
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Aug 25, 2026 · Frontend Development

ArkWeb Performance Deep Dive: Load, Interaction & Frame Rate Optimization

This guide details ArkWeb performance optimization across four dimensions—page load, load completion delay, click response, and frame rate—using DevEco Profiler and DevTools to trace bottlenecks and apply techniques like pre-rendering, Code Cache, async JSBridge, and same-layer rendering for smooth HarmonyOS web experiences.

ArkWebCode CacheDevEco Profiler
0 likes · 12 min read
ArkWeb Performance Deep Dive: Load, Interaction & Frame Rate Optimization
51CTO HarmonyOS Developer Community
51CTO HarmonyOS Developer Community
Apr 2, 2026 · Mobile Development

HarmonyOS 6: Building Controllable Request Interception for AI Apps Amid Trust Crisis

Triggered by the APIfox supply-chain attack, this article details HarmonyOS 6's three-layer request interception (onLoadIntercept, onInterceptRequest, WebSchemeHandler) with code examples for whitelist enforcement, resource substitution, audit logging, and AI-specific filters against prompt injection and data leakage.

AI securityArkWebHarmonyOS 6
0 likes · 22 min read
HarmonyOS 6: Building Controllable Request Interception for AI Apps Amid Trust Crisis