Skip to content

v1.1.0

Choose a tag to compare

@RickCogley RickCogley released this 08 Nov 11:10
· 28 commits to main since this release
v1.1.0
3b8ee0a

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

Full Changelog