Content Delivery Network (CDN) Integration CDN Overview CDN integration allows you to serve static files (images, CSS, JavaScript, fonts) from a global network of servers, dramatically improving loading times for visitors worldwide. Supported CDN Types Custom CDN: Any CDN provider with custom URL configuration Popular CDN Services: Compatible with CloudFlare, MaxCDN, KeyCDN, and others CDN...
Quicklink Integration for Viewport-Based Prefetching What is Quicklink? Quicklink is a JavaScript library that prefetches links when they enter the viewport during idle time, providing instant navigation for users. How Quicklink Complements Speculation Rules Broader browser support: Works in older browsers Viewport-based: Only prefetches visible links Idle time optimization: Uses browser idle callbacks Network awareness:...
Speculative Loading with Speculation Rules API What is Speculative Loading? Speculative loading uses modern browser APIs to preload or prerender pages that users are likely to visit, dramatically improving perceived loading speeds. How It Works ZiziCache implements the Speculation Rules API to: Prefetch resources for likely navigation targets Prerender entire pages in the background Activate...