Skip to content

1.6.5-dev

Compare
Choose a tag to compare
@dannyvankooten dannyvankooten released this 04 Feb 08:33
· 15 commits to main since this release
1784bbb

1.6.5-dev - Feb 04, 2025

  • Add importer for data from Burst Statistics.
  • Allow passing "false" and "no" to monthly query parameter in REST endpoint.
  • Optimize PHP execution time for plugin bootstrapping code by aggresively lazy loading code that only runs on very specific requests. From 0.05 ms to 0.03 ms (!) with opcache or 1.44 ms to 0.54 ms without opcache for general requests.