Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, taking into account criticalcss invoices per domain, AO CCSS has some logic to prevent sites that were duplicated from issuing requests to criticalcss.com due to the API being in the copy as well. It is that “domain binding” mechanism that is intervening here;

    2019-04-12T05:59:33+00:00 – [EE] Request for domain https://www.getsifta.com does not match bound domain https://getsifta.com so not proceeding.

    Only thing I don’t understand is why the initial domain “seen” by the plugin does not have the www prefix whereas after that it does ..

    Anyway, here’s the quick fix in the guise of a code snippet;

    
    add_filter('autoptimize_filter_ccss_bind_domain','__return_false');

    Hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Error Status in Job Queue’ is closed to new replies.