Images not resizing
-
Client site: https://spurlocklaw.com/
Debug info:
? PHP GD library is installed.
? Image cache directory has been created.
(hid some of the folders for security purposes)/wp-content/cache/adaptive-images => drwxr-xr-x
? Installation .htaccess file is setup OK.
(hid some of the folders for security purposes)/public_html/spurlocklaw.com/.htaccess => -rw-r–r–
? Adaptive images settings dump:
array(12) {
[“resolutions”]=>
array(9) {
[0]=>
int(1024)
[1]=>
int(768)
[2]=>
int(640)
[3]=>
int(480)
[4]=>
int(420)
[5]=>
int(400)
[6]=>
int(360)
[7]=>
int(340)
[8]=>
int(320)
}
[“landscape”]=>
bool(true)
[“cache-directory”]=>
string(21) “cache/adaptive-images”
[“watched-directories”]=>
array(3) {
[0]=>
string(18) “wp-content/uploads”
[1]=>
string(17) “wp-content/themes”
[2]=>
string(29) “wp-content/themes/slaw/images”
}
[“jpeg-quality”]=>
int(65)
[“sharpen-images”]=>
bool(true)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(30)
[“hidpi”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.41”
[“sanitized”]=>
bool(true)
}System info (for security and confidential purposes, I will only show certain info):
Web Server: Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4
Document Root:5.5.19
PHP Time Limit: 0
PHP Memory Limit: 256M
PHP Post Max Size: 10M
PHP Upload Max Size: 10M
PHP Max Input Vars: 1000
PHP Display Errors: No
PHP Error Log: error_log
MySQL: 5.6.27The cache directory exists. I have no idea if the site uses a CDN. I don’t think it does and the option to support CDN is unchecked. I’m optimizing for the following resolutions: 1024, 768, 640, 480, 420, 400, 360, 340, 320 But in the cache folder, only 1024, 768, and 640 are created. Any ideas? The images are not resizing.
- The topic ‘Images not resizing’ is closed to new replies.