ZiziCache plugin Cache Management

How to Configure Page Cache Settings in ZiziCache?

Last Updated: 10. 2. 2026

Page Cache Overview Page caching is the cornerstone of ZiziCache performance optimization. It creates static HTML files of your dynamic WordPress pages, allowing them to be served instantly without processing PHP or querying the database. This dramatically reduces server load and improves page loading speeds. ZiziCache supports file-based page cache with optional LiteSpeed cache mode....

How to Manage Cache Exclusions and Bypass Rules?

Last Updated: 10. 2. 2026

Overview Cache exclusions (bypass rules) determine when ZiziCache must skip page caching to keep dynamic or personalized content correct. ZiziCache also supports cache variants (mobile, role, language, currency, cart state) which are different from exclusions. Where to configure Admin UI: ZiziCache → Cache → Exclusions REST API: /wp-json/zizi-cache/v1/cache-exclusions Config keys: cache_bypass_urls, cache_bypass_cookies, cache_ignore_queries, cache_include_queries, cache_logged_in,...

Pages Not Cached (Uncached URLs)

Last Updated: 10. 2. 2026

 Pages Not Cached (Uncached URLs) This page helps you find public URLs that are not currently cached by ZiziCache and trigger a preload for individual pages. Where to find it WP Admin -> ZiziCache -> Page Cache -> Pages Not Cached How it works The list is built by the Cache URLs Tracker, which...