• briandd

    (@briandd)


    The function set_plugin_priority in welcome-email-editor/modules/settings/class-settings-module.php is constantly trying to write in the options table when there are other plugins that run in priority like polylang

    Writing in the options table on every page load is a big performance problem.

    Is there a way you could avoid doing this? There are hooks to run functions with certain priority without the need to run a plugin before some others, unless it’s really needed like the case of polylang.

    Or can you at least ignore polylang / WPML in case it runs before?

    • This topic was modified 10 months ago by briandd.
  • The topic ‘Constant write in options table’ is closed to new replies.