• Hey!

    I’m currently optimizing a bigger community project and can see that this plugin is running multiple queries to the db even on pages where no mails are send or so on.
    Wp mail log all queries

    I think it’s not necessary that the isInstalled() function checks on every page load if the tables are existing.

    Also the _transient__redux_activation_redirect as far as I understand doesn’t need to be a transient.

    I would love to see the plugin safe on resources a bit better. By just run if the according admin-pages are opened or a mail is actually send.

    The tools I’m using to see all this data is “Query monitor”.

    Greetings
    derRALF

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here, any fix available?

    No3x

    (@no3x)

    I might work on this in the next time. Is it better to query an option (because it’s likely cached)?

    Please ignore all redux related queries for now. Because I plan to remove redux in a feature release.

    • This reply was modified 7 years ago by No3x.
    Thread Starter Drivingralle

    (@drivingralle)

    Hey!

    Happy to hear that you want to remove redux.

    Greetings
    derRALF

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not necessary queries’ is closed to new replies.