• Resolved mattstratton

    (@mattstratton)


    I deploy my WordPress site via Capistrano, with WordPress pointing to another location for the image directories.

    When I want to configure the bulk optimizer, for example, I see that the files must be within /usr/share/nginx/html/ado/releases/20150328193852/web/wp/

    That is actually not even the current Capistrano release, plus my plugins and theme locations are not inside the wp (WordPress) directory.

    Similarly, when I run a bulk optimization, it is looking for files in that same directory. Should it not be respecting the wordpress CONTENT_DIR variables?

    https://www.ads-software.com/plugins/ewww-image-optimizer/

Viewing 1 replies (of 1 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    For “Folders to Optimize” which is included in the Scan & Optimize function, EWWW will allow you to configure any subfolder of the WP root AND whatever folder wp_upload_dir() returns. I’m not sure if that is the same thing as WP_CONTENT_DIR or not.

    The Bulk Optimize for the Media Library is different though. EWWW uses the built-in functions in WordPress to find the path to those images, and even after that, it falls back to some older path construction routines.

    If EWWW is having trouble with your configuration, let me know, so we can expand the scope of things a bit.

Viewing 1 replies (of 1 total)
  • The topic ‘Does not work with Capistrano/linked directories’ is closed to new replies.