Skip to content

4.0.2

Compare
Choose a tag to compare
@morganhvidt morganhvidt released this 05 Jun 04:32
· 3 commits to main since this release
52f37be
  • Replaced LocalStorage with IndexedDB for caching found blocks between page reloads. LocalStorage is limited by browsers to 5-10MB, which would fail on large sites. IndexedDB can use more available disk space. Otherwise it will fail gracefully, allowing you to still view the found blocks. The cache is stored on your device/browser, so your WordPress database remains fast.
  • Performance improvements when view more than 2000+ found blocks. The results will be virtualized rather than rendered normal. This means your browser won’t freeze up when viewing results.
  • Improved error handling.