Safari 26 Released with Performance Improvements
Apple's Safari 26.3 brings practical performance enhancements and developer tools, including Zstandard compression support and the Navigation API for improved single-page applications.
Apple released Safari 26.3 on February 11, 2026, building on the Safari 26 series that launched in September 2025. The update focuses on practical improvements for both performance and user experience, introducing new tools for optimizing content delivery and better control over navigation in single-page applications.
Zstandard Compression Support
One of the most significant additions in Safari 26.3 is support for Zstandard (Zstd), an open, real-time compression algorithm. Zstd compresses text-based web assets before delivery to browsers and decompresses them quickly on-device, offering improved performance over traditional compression methods. This feature allows web developers to reduce page load times without sacrificing user experience.
Navigation API and Enhanced Controls
Safari 26.3 introduces the Navigation API, which exposes an AbortSignal on NavigateEvent that triggers when navigation is aborted. This gives developers a standard way to clean up and cancel work in single-page applications, addressing a long-standing challenge in modern web development. The API provides more granular control over navigation events compared to previous approaches.
Additional Improvements
The update includes platform-specific enhancements, such as automatic dimming of surroundings during fullscreen video playback in visionOS to help users focus on content. Safari 26 as a series has delivered broad accessibility fixes, new CSS and rendering features, expanded Web APIs, and improved performance across iOS, macOS, and visionOS, with highlights including ARIA fixes, SVG and Canvas enhancements, and WebGL/WebGPU support improvements.
Related Articles
Redis 8.4 Brings Hybrid Search, Atomic Multi-Key Operations, and Auto-Repair AOF
Redis 8.4 is now generally available, delivering hybrid search that combines full-text and vector queries using Reciprocal Rank Fusion, new atomic string commands like MSETEX and DELEX, and automatic repair for corrupted append-only files. Lookahead prefetching and JSON memory optimizations round out a performance-focused release.
Deno 2.7 Stabilizes Temporal API and Ships Native Windows ARM Builds
Deno 2.7 has stabilized the TC39 Temporal API, bringing immutable, timezone-aware date and time objects to replace the legacy JavaScript Date API. The release also delivers official Windows ARM builds for Surface and Snapdragon devices, npm overrides support, and global install compilation for standalone executables.
Laravel 13 Ships with PHP Attributes, Passkeys, and Zero Breaking Changes
Taylor Otwell unveiled Laravel 13 at Laracon EU, delivering PHP 8 Attributes as an alternative to class properties, built-in passkey authentication in starter kits, and a new Reverb database driver for horizontal WebSocket scaling. The release requires PHP 8.3+ and promises the smoothest upgrade path in Laravel history.