The Ideal OptiWave Settings Guide (Complete Setup for 2026)

Configuring a WordPress speed plugin can feel overwhelming when dealing with dozens of toggles. OptiWave organizes all performance controls into 10 structured dashboard sections. Setting up OptiWave correctly ensures your site achieves sub-second load times without breaking layouts or WooCommerce checkout flows. In this complete 10-section settings guide, we will walk through every option across all 10 admin panels to help you achieve 100/100 PageSpeed scores in 2026.

1. Dashboard and Overview

OptiWave Dashboard settings overview screenshot

The main Dashboard panel provides real-time system metrics, cache status monitoring, and instant action triggers:

  • Stats Row: Real-time counts of Cached Pages, Preload Queue items, and Cleanable Database Junk items.
  • Quick Actions: Includes “Preload Cache Only” (warm cache without wiping existing files) and “Purge and Preload Cache” (full site cache refresh).
  • System Information: Displays PHP Version, Server type (Apache, Nginx, LiteSpeed, or Hybrid), Memory Limit, Max Execution Time, and CDN Status.

2. Page Caching

OptiWave Page Caching settings screenshot

The Cache section manages static page generation, user session rules, and cache lifespan schedules:

2.1. Bypass for Logged-In Users (ON)

Always keep this enabled. Logged-in administrators and customers require dynamic views of admin tools and account pages. Bypassing page cache for logged-in users prevents admin bar caching issues.

2.2. Separate Cache for Mobile (Optional)

Enable only if your site uses a dedicated mobile theme or serves different HTML structures to mobile devices. Responsive CSS themes do not require separate mobile caching.

2.3. Cache Lifespan (10h, 24h, 7d, 30d)

Recommended: 24h or 7d. Sets how often the background preloader crawls and regenerates static HTML cache files.

2.4. Cache Exclusions and Query Parameters

OptiWave automatically excludes WooCommerce cart, checkout, and my-account pages. Enter relative URLs (one per line, supporting wildcard asterisks) to exclude custom dynamic forms, or list query parameters (like search terms) that should generate unique cache versions.

3. File Optimization (CSS, JS and HTML)

OptiWave File Optimization CSS JS HTML settings screenshot

The Optimization section controls code minification, Critical CSS generation, and JavaScript scheduling:

3.1. HTML and Experience Optimizations

  • Minify HTML (ON): Removes whitespace and HTML comments to reduce document size.
  • Instant Navigation (ON): Injects browser Speculation Rules to prefetch pages on hover for 0ms transition delays.
  • Lazy Render HTML Elements (ON): Skips rendering off-screen DOM blocks until scrolled into view, significantly improving INP scores.

3.2. CSS Optimization and Critical CSS

Select Critical CSS as your CSS delivery strategy. OptiWave automatically generates above-the-fold Critical CSS for each page, allowing the browser to paint hero sections instantly while deferring heavy non-critical stylesheets in the background.

  • Critical CSS Safelist: Use the Safelist textarea to ensure interactive or dynamic CSS selectors (such as active state classes or mobile navigation toggles) are always included in the critical rendering path.
  • CSS Exclusions (Trimming Heavy Stylesheets from Critical CSS): Certain page builders and complex plugins load large stylesheets containing hundreds of non-critical utility classes and excess styling rules. Use the CSS Exclusions box to enter stylesheet URLs or keywords (one per line) to prevent those heavy files from expanding your Critical CSS payload. Excluded stylesheets are deferred and loaded asynchronously in the background, keeping your Critical CSS payload compact and fast. OptiWave automatically excludes large default stylesheets like elementor, wp-block-library, contact-form-7, woocommerce, swiper, and slick out of the box.

3.3. JavaScript Optimization Strategies

  • Minify Inline JavaScript (ON): Compresses inline script tags.
  • Delay All JavaScript: Choose Defer (parallel download after HTML parse), Idle (executes during main thread idle time), or On Interaction.
  • Auto-Exclude Config Scripts (ON): Automatically protects inline WordPress configuration scripts (ending in -js-extra or -js-before) from being delayed to prevent JavaScript errors.
  • Third-Party and Specific Script Delays: Toggle delay rules for third-party scripts (analytics, ads, chat widgets) or list specific script handles to delay until user interaction.

4. Media Optimization (WebP, AVIF and Lazy Loading)

OptiWave Media Optimization WebP AVIF lazy loading screenshot

The Media section manages modern image format conversions and lazy loading:

  • Modern Image Formats (WebP / AVIF): Converts JPEG and PNG uploads to WebP or AVIF automatically. The dashboard auto-detects server GD/ImageMagick support for each format.
  • Compression Quality: Adjust the quality slider (recommended: 75 to 85 for WebP, 60 to 75 for AVIF).
  • Regenerate Thumbnails: Re-processes your entire media library into modern formats with a live progress bar.
  • Replace Original Images: Option to delete original files to conserve server disk space.

5. Font Optimization

OptiWave Font Optimization Google Fonts screenshot

The Fonts section eliminates render pauses and font-swapping layout shifts (CLS):

  • Swap Font Display (ON): Injects font-display: swap to display fallback text instantly while custom fonts download.
  • Optimize Font Fallbacks (ON): Tunes fallback font size-adjust properties to match custom font geometry and eliminate layout shifts.
  • Preload Critical Fonts (Cloud) (ON): Automatically preloads above-the-fold WOFF2 font files per page.
  • Google Fonts Mode (Self-Host): Converts external Google Font calls into local WOFF2 files served directly from your domain.

6. CDN and Cloudflare Integration

OptiWave CDN Integration Cloudflare settings screenshot

The CDN section manages global content delivery networks:

  • Custom CDN: Enter your CNAME URL (e.g. https://cdn.example.com), toggle header preconnect tags, and select file types to serve (All Assets, CSS/JS/Fonts, or Images Only).
  • Cloudflare API Integration: Connect Zone ID and API keys for automated edge cache purging and Cache-Control header synchronization.

7. Bloat Removal

OptiWave Bloat Removal controls screenshot

The Bloat section disables unnecessary WordPress core features to clean header code and reduce PHP overhead:

  • Disable Emojis script and inline styles
  • Disable oEmbed discovery and embedding
  • Disable XML-RPC API access
  • Disable RSS feeds (redirects feed requests to parent page)
  • Disable shortlinks header tags
  • Disable REST API header links
  • Disable RSD and Windows Live Writer manifests
  • Remove Generator metadata from HTML output
  • Limit Post Revisions to 3 per post
  • Disable Dashicons on frontend for non-logged-in users
  • Reduce Heartbeat API execution frequency

8. Database Optimization

OptiWave Database Optimization settings screenshot

The Database section keeps SQL table queries fast with targeted cleanups:

  • Post Cleanup: Revisions, Auto Drafts, and Trashed Posts.
  • Comments Cleanup: Spam Comments and Trashed Comments.
  • Transients Cleanup: Expired Transients and All Transients.
  • Database Cleanup: Optimize SQL table overhead.
  • Automatic Cleanup Schedule: Choose Daily, Weekly, or Monthly automated database optimization.

9. Server Configuration (Apache, Nginx, LiteSpeed)

OptiWave Server Configuration Apache Nginx LiteSpeed screenshot

The Server section adapts caching mechanisms to your specific web host architecture:

  • Detected Server Software: Identifies Apache, Nginx, LiteSpeed, or Hybrid Apache and Nginx environments automatically.
  • Static Compression: Select GZIP or Brotli pre-compression for cached HTML files (.gz / .br).
  • Browser Caching: Generates Expires headers for static media, fonts, and scripts.
  • Rewrite Rules Installation: One-click .htaccess installation for Apache and LiteSpeed, or copy-paste config block verification for Nginx servers.

10. Plugin Settings and License Management

OptiWave Plugin Settings license activation screenshot

The Settings section controls license key activation and maintenance tools:

  • License Activation: Enter and activate your Pro license key to unlock automatic updates and Cloud features.
  • Clean Uninstall (Optional): Toggles automatic removal of all database tables and plugin data upon uninstallation.
  • Danger Zone: Contains “Purge All Cache” (wipes all cached static files and transients) and “Reset Settings” (resets plugin configuration to initial defaults).

Frequently Asked Questions

How many settings sections does OptiWave have?

OptiWave features 10 organized dashboard sections: 1. Dashboard, 2. Page Caching, 3. File Optimization, 4. Media Optimization, 5. Font Optimization, 6. CDN Integration, 7. Bloat Removal, 8. Database Optimization, 9. Server Configuration, and 10. Plugin Settings.

Will OptiWave caching break my WooCommerce checkout?

No. OptiWave automatically detects WooCommerce and excludes cart, checkout, and my-account pages from caching, script delays, and prefetching rules.

Ready to optimize your site? Explore OptiWave plans →

Leave a Reply

Your email address will not be published. Required fields are marked *