• Hello,

    I use your PlugIn AdaptiveImages. If I redefine the wp_content_url to static.denisjobst.com the plugin doesn’t optimize any image regarding to gtmetrix and the cache left empty.

    If I don’t set wp_content_url everything works fine.

    wp_content_url refers to static.denisjobst.com which refers to http://www.denisjobst.com/wp-content
    I would use this for yslow (using a free cookie domain)

    Can you help me?

    cheers Denis

    The page I need help with: [log in to see the link]

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

    (@nevma)

    Hello, Denis,

    Indeed, you are in a situation where our hands are kinda tied! The case you are describing most probably means that you are serving your images from a subdomain, which technically is equivalent to using a third party CDN. Now, in this case, the subdomain serves the images directly and it completely by-passes the original WordPress installation. This is true regardless of the way the subdomain server accesses the images. It may access them directly via disk access or via HTTP requests. It doesn’t matter and it doesn’t make any difference, unfortunately. In any of these cases, the Adaptive Images plugin does not get the chance to handle the requests for images, so the images appear non-resized.

    However, if your solution is using the second case, which means the images are being accessed via HTTP request, then you may try enabling the CDN support option in the plugin settings page. This is a case that is partially/experimentally supported.

    Hope this helps!

    Cheers,
    Takis

Viewing 1 replies (of 1 total)

The topic ‘PlugIn doesn’t work if I define the wp_content_url const’ is closed to new replies.