• Resolved trident60

    (@trident60)


    Hello,

    Since upgrading I’m now seeing another latency issue that leads back to the “ilen_framework_2_6_3″….


    Caller Time
    SELECT ID
    FROM wp_posts
    WHERE post_type = ‘attachment’
    AND post_mime_type LIKE ‘audio%’
    LIMIT 1 wp_enqueue_media-
    ilen_framework_2_6_3->ilenframework_add_scripts_admin
    call_user_func_array
    do_action(‘admin_enqueue_scripts’)
    include(‘wp-admin/admin-header.php’)
    4.7605
    SELECT ID
    FROM wp_posts
    WHERE post_type = ‘attachment’
    AND post_mime_type LIKE ‘video%’
    LIMIT 1 wp_enqueue_media-
    ilen_framework_2_6_3->ilenframework_add_scripts_admin
    call_user_func_array
    do_action(‘admin_enqueue_scripts’)
    include(‘wp-admin/admin-header.php’)
    3.6630

    These two calls add almost 9 seconds to open my wp-admin dashboard (which takes 10.2 seconds in total).

    I’ve already disabled the transient. This seems to be a fairly invasive plugin causing speed issues on my site. Maybe it’s conflicting with something else I have running but I’ve disabled all plugins except Yuzo and still having this problem.

    Unfortunatley I can’t spend any additional time on this but I wanted to post to let you know. Good luck.

    https://wordpress.org/plugins/yuzo-related-post/

Viewing 1 replies (of 1 total)
  • Thread Starter trident60

    (@trident60)

    Just FYI – I just removed Yuzo, reboot the web server, cleared my browser cache, and the same query went from 10.27 seconds to .23 seconds.

Viewing 1 replies (of 1 total)
  • The topic ‘Another query issue regarding Yuzo Framework’ is closed to new replies.