• Resolved catmaniax

    (@catmaniax)


    Hello.

    Today I got this warning:

    Another Plugin or Theme is using ‘CustomCSSandJS_Admin::compatibility_shortcoder_html’ to handle output buffers.
    This prevents actively outputing the buffer on-the-fly and could severely degrade the performance of this (and many other) Plugins.
    Consider disabling caching and compression plugins (at least during the scanning process).

    It was caused by the “Simple Custom CSS and JS” plugin:
    https://ww.wp.xz.cn/plugins/custom-css-js/

    Can you please explain what does it mean and if that plugin may really degrade performance?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eli

    (@scheeeli)

    I’m not saying that “Simple Custom CSS and JS” plugin will degrade performance, but any plugin that is using a Custom Output Buffer Handler will affect performance, and in the case of a real-time scan like my plugin does it would perform better if the output is sent to the browser immediately insead of being buffered.

    Thread Starter catmaniax

    (@catmaniax)

    Thanks for clarifying 🙂

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

The topic ‘Warning from other plugin’ is closed to new replies.