Releases: nawawi/docket-cache
Releases · nawawi/docket-cache
v20.10.08
Release 20.10.08
- Fixed WP_Object_Cache::dc_save() -> cache meta data type, change string to array if original data serialized.
- Fixed WP_Object_Cache::dc_save() -> wrong logic causes a random delay if array size more than 1MB.
v20.10.07
Release 20.10.07
- Fixed Tweaks::misc() -> removed deprecated jetpack hook instagram_cache_oembed_api_response_body.
- Fixed Filesystem::validate_fatal_error_file() -> update timestamp.
- Added Filesystem::suspend_cache_file().
v20.10.06
Release 20.10.06
- Fixed Filesystem::scanfiles() -> missing regex pattern for dump file.
- Fixed Filesystem::dump() -> retry to create a file if failed.
- Fixed WP_Object_Cache::dc_init() -> Flush Litespeed Cache admin notice if exists.
- Added Filesystem::dc_save() -> limit object size to 1000000.
- Added Garbage Collector -> action button output results.
- Added Filesystem::capture_fatal_error() -> attempt to fix any cache file error-prone.
v20.10.05
Release 20.10.05
- Fixed Litespeed Cache admin notice "Purged all caches successfully" still shown after dismiss.
v20.10.04
Release 20.10.04
- Improved CronAgent.
- Improved CLI.
- Improved disk I/O and CPU usage.
- Optimized WP Alloptions.
v20.10.03
Release 20.10.03
- Fixed nwdcx_optget() -> missing sql syntax.
20.10.02
- Fixed output buffering issue with page caching.