• After getting into contact with an Optimocha support dev, we discovered that the AIOSEO plugin is preventing the Speed Booster plugin from running at all. There are no php or javascript errors. When the Speed Booster plugin is working correctly, there should be an HTML comment at the bottom of the page that says “<!– Optimized by Speed Booster Pack v4.1.0 –>”. With the AIOSEO plugin activated, this comment is not being generated. When I disable the AIOSEO plugin, the comment is generated. I have tested this on multiple sites, and all have the same results.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    @mgilbertson what happens when you switch to the default TwentyTwenty theme?

    Plugin Author arnaudbroes

    (@arnaudbroes)

    We’ve traced this issue down to an output buffering conflict. Unfortunately, conflicts like these are hard to prevent for a number of technical reasons, but it boils down to the fact that we’re using output buffering as a last resort to rewrite your title because your theme doesn’t support any of the official methods to do this.

    We’re adding a filter in the next version of AIOSEO that you can use to fix this. Feel free to let me know if you’re still running into this error and I’ll be happy to send you a code snippet for the filter hook once it’s released.

    Alternatively, you can also prevent our plugin from rewriting the title through this filter – https://aioseo.com/docs/aioseo_disable_title_rewrites/. That should also fix this for you, but the title will no longer be rewritten by AIOSEO.

    Hey @arnaudbroes,

    Speed Booster Pack’s owner here. Anything we can do to ensure compatibility between the two plugins?

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @optimocha,

    In the next version (4.0.16), there’s a filter that can be used to prevent this conflict. Here’s the doc on it – https://aioseo.com/docs/aioseo_flush_output_buffer/. If you add the example code snippet in your plugin, then this should be fixed for your users.

    – Arnaud

    @arnaudbroes thanks! We’ll include it in our next version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘AIOSEO breaking Speed Booster plugin by Optimocha’ is closed to new replies.