[Plugin: WordPress Download Monitor] Download Monitor running queries even when admin is not logged
-
So today I noticed that Download Monitor seems to be running queries on pages that do not even have the shortcode in them and also without being logged into the site.
The ones that I noticed were:
SELECT * FROM wp_download_monitor_formats;
SELECT DISTINCT meta_name FROM wp_download_monitor_file_meta;
SELECT download_id, GROUP_CONCAT(DISTINCT taxonomy_id) AS taxonomies FROM wp_download_monitor_relationships GROUP BY download_id;Why would these queries need to run on every request to my site even though that I only have the downloads shortcode on one page?
Seems that this would cause a performance hit on sites.
Thank you for your hard work on this plugin!
Wes
- The topic ‘[Plugin: WordPress Download Monitor] Download Monitor running queries even when admin is not logged’ is closed to new replies.