• ? PHP GD library is installed.

    ? Image cache directory has been created.

    /home/reynaldf/public_html/wp-content/cache/adaptive-images => drwxr-xr-x

    ? Installation .htaccess file is setup OK.

    /home/reynaldf/public_html/.htaccess => -rw-r–r–

    ? Adaptive images settings dump:

    array(14) {
    [“resolutions”]=>
    array(4) {
    [0]=>
    int(1024)
    [1]=>
    int(640)
    [2]=>
    int(480)
    [3]=>
    int(320)
    }
    [“landscape”]=>
    bool(true)
    [“hidpi”]=>
    bool(true)
    [“cdn-support”]=>
    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(180)
    [“version”]=>
    string(6) “0.6.64”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(37) “/home/reynaldf/public_html/wp-content”
    [“wp-content-url”]=>
    string(29) “https://fyllde.com/wp-content”
    }

    Hello, the plugin caches only the header on my home page https://fyllde.com, nothing else on the website – I have only 5 items in the cache.

    Any idea why?

    Thanks a lot

Viewing 1 replies (of 1 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hello, my friend,

    Usually, if at least one image can be resized then all can be resized! What the plugin does is try to combine the device size, the image size and the plugin settings that you have configured in order to decide whether an image needs to be resized or not. So there are many cases where an image might not need to be resized at all, for instance when an image is already small enough.

    Also, the plugin doesn’t even go into that process unless an image is requested for the first time by a device.

    Taking a look at your website it seems that your Adaptive Images installation is correctly configured and that your images are being properly resized, in the way that I described above.

    Hope this helps!

    Let me know if I can help any further.

    Cheers,
    Takis

Viewing 1 replies (of 1 total)
  • The topic ‘Works only a with a handful of images’ is closed to new replies.