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
Performance Improvements and Lume Debug Bar Visibility
Changed
Performance: Reduced console logging in processors - now logs summary statistics instead of per-page messages
Performance: Cached DOMParser instance in defer_pagefind processor to avoid creating new instances for every page
Debugging: Added named function expressions to all processors (deferPagefindProcessor, externalLinksIconProcessor, cssBannerProcessor) so they appear correctly in Lume debug bar instead of showing as "unknown"
Fixed
Type annotations added to cssBannerProcessor for better type safety