Skip to content

Memory and Speed optimizations

Compare
Choose a tag to compare
@Munter Munter released this 13 May 18:59
· 302 commits to master since this release

Features:

  • Added --debug option to show a memory usage increase from init to final run

Patches:

  • Release memory by unloading assets with no outgoing relations. Fixes #117
  • Switch external link checks to HEADrequests to reduce network load
  • Fall back to GET requests for external requests when encountering known errors with HEADrequests
  • Send better Accept-headers to reduce errors from external servers