Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter passaconcursos

    (@passaconcursos)

    Ok, I have found the reason to this problem.

    It seems that ewww does the async request work through wp-cron. This is why it was not working and getting blocked on my server.
    My website is configured to use SSL. As i am using Cloudflare for SSL, the certificate on the server side do not need to be renewed to appear valid to browser, on the other hand, when it expires it does not appear as a valid certificate when called locally on the server.
    My server is configured to use a cron job to make calls to wp-cron. Since the certificate on my server expired a few days ago, cron tasks were not executed due to the fact that the curl command was rejecting not valid certificates URLs. Removing the certificate check for curl made wp-cron tasks to be normally executed again.
    I made new tests and now automatic compression works!

    So the problem was related to my server configuration.

    Thanks for your help solving this issue!

    Thread Starter passaconcursos

    (@passaconcursos)

    I have found what the problem is, the tag filter is done by tag name and not by tag slug. For now i have changed the query field from ‘name’ to ‘slug’ on line 145 of the file carousel-generator.class.php

    I’ll try later to use a filter instead to have a plugin update-proof solution.

Viewing 2 replies - 1 through 2 (of 2 total)