Resolutions not being honored
-
I just upgraded to the latest version last night from version 6.66, and since the upgrade, my list of resolutions is no longer being honored. It appears that the only resolutions being applied are the defaults.
After clearing the cache, on a desktop browser, full size images are being sent, but I have the following resolution string:
1920, 1680, 1600, 1440, 1366, 1280, 1024, 768, 720, 640, 480, 360, 320
My desktop resolution is 1920×1200. I have also tried from another device with a resolution of 1366×768. Both are being sent full size images.
When I access the site from a sufficiently small device (like a cell phone) I do get cached images created for the 1024 resolution. And judging by the page load time, it would appear that I am being sent the resized images.
Debug info
? PHP GD library is installed.
? Image cache directory has been created.
/var/www/vegasmerch/wp-content/cache/adaptive-images => drwxr-xr-x
? Installation .htaccess file is setup OK.
/var/www/vegasmerch/.htaccess => -rwxrwxrwx
? Adaptive images settings dump:
array(14) {
[“resolutions”]=>
array(13) {
[0]=>
int(1920)
[1]=>
int(1680)
[2]=>
int(1600)
[3]=>
int(1440)
[4]=>
int(1366)
[5]=>
int(1280)
[6]=>
int(1024)
[7]=>
int(768)
[8]=>
int(720)
[9]=>
int(640)
[10]=>
int(480)
[11]=>
int(360)
[12]=>
int(320)
}
[“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(60)
[“sharpen-images”]=>
bool(true)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(730)
[“landscape”]=>
bool(false)
[“hidpi”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.67”
[“sanitized”]=>
bool(true)
[“wp-content-dir”]=>
string(30) “/var/www/vegasmerch/wp-content”
[“wp-content-url”]=>
string(37) “https://shopvegasmerch.com/wp-content”
}This was working prior to the 6.67 update. Is there a way to roll back to the prior version?
- The topic ‘Resolutions not being honored’ is closed to new replies.