• Hey,
    First of all Thank you so much for your plugin and liked it so much and it has increased my website speed and now planning to buy premium but some issue has caused me to stop.I am facing issue of background images get loaded in the background randomly any image appear there even on every page a random images come .It’s almost only 1-2 days I used your plugin and got this problem attaching the screenshot of the same but please don’t say I visited and found everything good there because this issue comes randomly after few refreshes it’s gone or clearing the cache.please help. I am sure this problem is caused by this plugin as I have never seen this on my site. And only this cache plugin change has happened recently please provide solution
    screenshots
    another SS

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter skillsify

    (@skillsify)

    Anyone could help?

    Plugin Author Emre Vona

    (@emrevona)

    how do you show the background image randomly? via Ajax or via PHP?

    Thread Starter skillsify

    (@skillsify)

    I haven’t set the background image till now in my theme settings or through ajax or PHP even.they r just coming anytime and after many refreshes they r gone.

    Plugin Author Emre Vona

    (@emrevona)

    can you disable the “combine css” option and clear all cache with minified sources please?

    Thread Starter skillsify

    (@skillsify)

    Yes I have done it.will it affect the speed?

    • This reply was modified 4 years, 1 month ago by skillsify.
    Plugin Author Emre Vona

    (@emrevona)

    never mind the speed now. has the problem be solved?

    Thread Starter skillsify

    (@skillsify)

    i don’t know beacuse as I said it happens ocassionally.

    Thread Starter skillsify

    (@skillsify)

    I have done the sped test but results are same
    https://gtmetrix.com/reports/skillsify.in/6EOurZIX/

    Plugin Author Emre Vona

    (@emrevona)

    ok, let’s monitor it.

    Thread Starter skillsify

    (@skillsify)

    Is your plugin compatible with Fast velocity minify. Or any changes should I do before I also enable fast velocity.
    and if sir you can advice the plugin if any which could help improving this score https://gtmetrix.com/reports/skillsify.in/6EOurZIX/ .I am using woodmart theme

    • This reply was modified 4 years, 1 month ago by skillsify.
    Thread Starter skillsify

    (@skillsify)

    and one more thing I added this code for defer js.can this code create any problem?Should I enable it again or not?

    // Defer jQuery Parsing using the HTML5 defer property
    if (!(is_admin() )) {
    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
    if ( strpos( $url, ‘jquery.js’ ) ) return $url;
    // return “$url’ defer “;
    return “$url’ defer onload='”;
    }
    add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
    }

    Plugin Author Emre Vona

    (@emrevona)

    Is your plugin compatible with Fast velocity minify. Or any changes should I do before I also enable fast velocity.

    wp fastest cache is not compatible with Fast velocity minify.

    and one more thing I added this code for defer js.can this code create any problem?Should I enable it again or not?

    // Defer jQuery Parsing using the HTML5 defer property
    if (!(is_admin() )) {
    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
    if ( strpos( $url, ‘jquery.js’ ) ) return $url;
    // return “$url’ defer “;
    return “$url’ defer onload=’”;
    }
    add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
    }

    I have no idea.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Random Images in background’ is closed to new replies.