• Resolved shaileshvishwakarma97

    (@shaileshvishwakarma97)


    Hi there,

    Here are the details of the system.
    1. Version of the plugin.
    – 1.10.4
    2. Your browser and operating system.
    – Chrome and Linux

    We are using the WP Mail Logging plugin. Currently, we are trying to improve the performance of our site. We used the Query Monitor plugin and found that the WP Mail Logging plugin is executing the query SHOW TABLES LIKE “wp_wpml_mails” in the file plugins/wp-mail-logging/src/WPML_InstallIndicator.php at line 48 each time the site loads. We found that the plugin is using the caching code wp_cache_get if the plugin is installed. If the plugin is not installed, it runs the query.

    Why doesn’t the WP Mail Logging cache the data if the plugin is not installed? Can you take a look into it and try not to execute the query each time? Also, if you can increase the cache expiration time, it would be good.

    Waiting for your reply.

Viewing 1 replies (of 1 total)
  • Plugin Support Dake

    (@dakeg)

    Hi @shaileshvishwakarma97

    Thank you very much for bringing this to our attention and we apologize for the delay and any inconvenience caused by this issue.

    Our developers have been informed about this issue and a GitHub issue has been created so that we can investigate this further.

Viewing 1 replies (of 1 total)
  • The topic ‘Optimize the plugin install check’ is closed to new replies.