Skip to content

Comet Cache v170808-RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@raamdev raamdev released this 08 Aug 17:11
39589da
  • New Feature: Memcached / RAM (Pro): Comet Cache Pro now includes support for Memcached / AWS ElastiCache to serve the cache directly from RAM. This allows for a faster cache delivery than what is possible when serving the cache via disk. Memcached / AWS ElastiCache can be configured from Dashboard → Comet Cache Pro → Plugin Options → RAM / Memcached. See Issue #47
  • Enhancement: Added Referrer-Policy to whitelist for cachable HTTP headers. See Issue #892.
  • Bug Fix (Pro): The Cache Statistics feature was broken when the PHP disk_total_space() and/or disk_free_space() functions were disabled by the PHP configuration. Comet Cache now handles this scenario gracefully by hiding disk-related stats when those functions are not allowed. See Issue #775
  • Bug Fix (Pro): The HTML Compressor was returning an empty string upon encountering an invalid UTF-8 sequence. See Issue #871 reported by a Comet Cache user.
  • Compatibility (Pro): Many improvements to the Pro software update system, including changes to the API Endpoints and the Proxy Fallback endpoint. See Issue #879 and Issue #315 for full details.
  • Compatibility: Fixed a WooCommerce compatibility issue that was generating a "Notice: id was called incorrectly. Product properties should not be accessed directly." Props @vestaxpdx. See Issue #896.