• Resolved maijx

    (@maijx)


    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?DESC

    Caller:

    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)
  • Hi Maijx,

    I hope you’re doing well. Thank you for reaching out to us.

    I have forwarded your ticket to the advanced development department for their review and action.

    Thank you for your patience and understanding.

    Best regards,

    Plugin Author Pablo Pacheco

    (@karzin)

    Hi @maijx ,

    I believe I was able to fix it on the most recent version I just released. Please, update the plugin and let me know if it helps.

    Thread Starter maijx

    (@maijx)

    Hi, i don’t see any more error related to this plugin in query monitor and i believe it’s fixed. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.