• Resolved alduinwf

    (@alduinwf)


    Hello,

    I am trying to optimize a WordPress of a … cough… customer and the wp_ewwwio_images table is rather big with its 3M lines. Yeah, anyway. What amuses me, is that the column “path” is populated with the path to the image. And it looks like this:

    ABSPATHwp-content/uploads/2022/02/dragon-800×1200.jpg

    Guess this ABSPATH is something you could delete from there? Or at least put a / after it if it is on purpose…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    The ‘ABSPATH’ string is an exact replacement for the actual value of ABSPATH. Since ABSPATH usually includes a trailing slash, it is removed during the str_replace(), so that’s entirely normal for it to look like that.
    Removing that from the value would render the value useless.
    If you don’t run the bulk optimize again, you can clear/empty the table and just ignore the fact the plugin thinks 0 image optimization has been done ??

    Thread Starter alduinwf

    (@alduinwf)

    Oh, I see. So it’s actually on purpose that the database looks like this. Well then, nevermind and thank you for the explanation ??

    Plugin Author nosilver4u

    (@nosilver4u)

    Yeah, I know it looks a little weird, but it keeps the code fast and efficient so the plugin isn’t trying to guess which “prefix” to use ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ewwwio_images path includes ABSPATH’ is closed to new replies.