Slow Query found in plugin
-
Hi, i’m using query monitor to find bugs and found this issue.
there’s a slow query with Plugin: file-renaming-on-upload. this is seen in backend of WP on every pages.
The query:
SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month
FROM table
WHERE post_type = 'attachment'
ORDER BY post_date DESCCaller:
wp_enqueue_media()
wp-includes/media.php:4694
WeDevs_Settings_API->admin_enqueue_scripts()
wp-content/plugins/file-renaming-on-upload/vendor/tareq1988/wordpress-settings-api-class/src/class.settings-api.php:39
do_action('admin_enqueue_scripts')
wp-includes/plugin.php:517
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Slow Query found in plugin’ is closed to new replies.