PgCache_ContentGrabber not checking for uncompressed cache
-
PgCache_ContentGrabber.php ln 249:
if ( $this->_set_extract_page_key( $mobile_group,
Should be:
if ( !$this->_set_extract_page_key( $mobile_group,
Currently when a page is cached uncompressed but not compressed then $data will be set to null when successfully setting the uncompressed page cache key.
I’m not 100% sure of the situation that causes a uncompressed page only to be cached, but assume this happens when using dynamic content (mfunc)?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PgCache_ContentGrabber not checking for uncompressed cache’ is closed to new replies.