Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@BelleNottelling BelleNottelling released this 01 May 05:38
· 121 commits to main since this release

Bug fixes:

  • Fixed some instances where a manually specified sorting order wasn't being correctly applied.

Changes

  • Added the OPcache accelerated "PHP FIles" caching method.
  • Redid how allowed cache types are set & then registered.
    • These are now set via an array under the performance options like so: allowedCacheMethods: [acpu, php_files, filesystem].
    • AntCMS will now uses chain loading for cache, allowing memory-intensive caching options like APCu and OPCache accelerated files to be retained for shorter while still keeping a fallback copy on the file system which can then be promoted into one of the faster caches if they are hit. This helps ensure memory is being freed up for cached items that are actively being loaded rather than items that are rarely loaded.