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

    (@optimizingmatters)

    hey 🙂

    If somewhere on the internet there are somehow links to your .es site with that ao_noptimize parameter, then people clicking on that link will see the un-optimized version of your site. This is not a bug, but expected behavior. You could try finding the source (the site where that link might be) and change/ remove it. You could also use this code snippet to tell AO to ignore the parameter;

    
    add_filter( 'autoptimize_filter_honor_qs_noptimize', '__return_false' );

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘ao_noptimize1?’ is closed to new replies.