You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed hero detection caching null results β failed detections were stored in the transient cache for the full TTL (up to 30 days), permanently preventing any retry. Now only successful detections are cached; failures always fall through to live detection
Fixed early return on empty cached URL β cache hits now require a non-empty URL, allowing stale null entries from previous versions to be overridden
Expanded Elementor element scan β root-level scan limit raised from 3 to 5 sections; recursion depth raised from 3 to 4 levels
Fixed Flexbox container support β foreground image widget detection now works at any nesting depth, covering Elementor's modern container β container β widget structure
CSS Auto-Patterns Leaking into Manual Mode
Fixed auto-patterns always being merged into the defer list regardless of the Auto Defer All CSS toggle. Patterns like elementor-frontend, hello-elementor, elementor-kit-, parent-style, child-style were silently deferring all layout CSS on every site, causing dramatic layout shifts when critical CSS wasn't complete
Auto-patterns now only apply when Auto Defer All CSS is explicitly enabled; manual mode defers only what is listed in the Styles to Defer field
Automatically injects font-display: swap into every @font-face block in wp_head that doesn't already declare it
Covers Elementor custom fonts and theme fonts loaded as inline styles β these never go through style_loader_tag so the existing Google/Adobe Fonts toggle had no effect on them
Gated behind the existing Font Display: Swap checkbox β no new setting required
Local Font Preloads Field
New "Local Font Preloads" textarea in the CSS & Fonts tab
Paste .woff2 file URLs (one per line) to emit <link rel="preload" as="font" type="font/woff2" crossorigin> tags in <head>
Accepts full URLs or root-relative paths (e.g. /wp-content/uploads/elementor/fonts/myfont.woff2)
Find Elementor custom font URLs under Elementor β Custom Fonts