Cache stays empty…
-
According to the debug info, everything is fine but actually the plugin doesn’t seem to do anything. The Cache stays empty. I tried to reupload the images, called the site from multiple devices…
Does the plugin crawl through subfolders of “wp-content/uploads”? Thought it might need some time to process the images but 1 day later still no change.
Any advise?
? PHP GD library is installed. ? Image cache directory has been created. /srv/www/web/releases/20150917142045/public/wp-content/cache/adaptive-images => drwxr-xr-x ? Installation .htaccess file is setup OK. /srv/www/web/releases/20150917142045/public/.htaccess => -rw-r--r-- ? Adaptive images settings dump: array(12) { ["resolutions"]=> array(4) { [0]=> int(1024) [1]=> int(640) [2]=> int(480) [3]=> int(320) } ["landscape"]=> bool(true) ["cache-directory"]=> string(21) "cache/adaptive-images" ["watched-directories"]=> array(2) { [0]=> string(18) "wp-content/uploads" [1]=> string(17) "wp-content/themes" } ["jpeg-quality"]=> int(75) ["sharpen-images"]=> bool(true) ["watch-cache"]=> bool(true) ["browser-cache"]=> float(90) ["hidpi"]=> bool(false) ["cdn-support"]=> bool(false) ["version"]=> string(5) "0.6.3" ["sanitized"]=> bool(true) }
- The topic ‘Cache stays empty…’ is closed to new replies.