Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author A5hleyRich

    (@a5hleyrich)

    There is no reason why Delightful Downloads would dramatically slow down the admin area. Installing Query Monitor will show you how each plugin affects WordPress performance.

    Ashley

    Thread Starter jubileelewis

    (@jubileelewis)

    yes, it is the only one slow down my admin, I re-enabled my plugin one by one and it shows the Delightful Downloads slow down only on admin. whenever I access anything on admin for example. Clicking new post, it will take 1 min to be able to get to the screen. it shows the screen but the browser still in loading mode. So I can’t do click anything until it fully loaded. I reinstalling my wordpress to the latest. It still give me the same issues

    Thread Starter jubileelewis

    (@jubileelewis)

    I install and it shows the slowest queries:
    1. SELECT wp.* FROM cp_ibv2013_posts WHERE 1=1 AND wp.post_type = ‘dedo_download’ (0.07)
    2. SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (0.1)

    on the top it shows (4.5s 131.48Mb 0.345s 245q)

    PHP WARNINGS ERROR
    number_format() expects parameter 1 to be double, string given
    count(5)
    wp-includes/functions.php:169
    Plugin: delightful-downloads

    running on MySQL 5.1.79
    PHP 5.3.3.
    memory limit 256M

    Thread Starter jubileelewis

    (@jubileelewis)

    Everything runs well when I disable Delightful Downloads. This is why I particular asked you

    Plugin Author A5hleyRich

    (@a5hleyrich)

    Thats a lot of queries that are running. Can I take a look at the admin screen with both plugins installed?

    Ashley

    Thread Starter jubileelewis

    (@jubileelewis)

    the 222 queries come from
    SELECT post_id, meta_key, meta_value
    FROM wp_postmeta
    WHERE post_id IN (110349,110357,110358,110348,125157,102408,130430,126562,126565, 126564,126566,126563,84737,84741,84754,84755,84739,23530,38605, 123880,77735,124716,124718,124719,124720,124717,73494,73496, 73497,73498,73495,25880,25883,25884,25881,

    by caller
    update_meta_cache-
    update_postmeta_cache
    update_post_caches
    WP_Query->get_posts
    WP_Query->query
    WP_Query->__construct
    dedo_media_modal
    call_user_func_array
    do_action(‘admin_footer’)
    include(‘wp-admin/admin-footer.php’)

    Plugin Author A5hleyRich

    (@a5hleyrich)

    That’s only one query. Do you have any downloads or download logs already generated by Delightful Downloads? If so, how many?

    Query Monitor has a Queries by Component block. What are the contents?

    Hi @a5hleyrich – I’m having the same problem with this. I have a few plugins installed and only when DD is activated am I getting slow performance… every time I go to any part of Admin and the page reloads (Firefox 31 Windows 7) the browser briefly has (Not Responding) in the title bar and it takes that much longer for an action to take place – at least from a layman’s user perspective.
    I’ve installed Query Monitor but need you to tell me what data you’d like to see to try and help me please.
    TIA.

    Plugin Author A5hleyRich

    (@a5hleyrich)

    Hi there,

    There should be a section that lists queries by component and then you should be able to filter them by Delightful Downloads. Is there any chance you can email a screen shot of that section to support[at]delightfulwp.com?

    Thanks,

    Ashley

    Thanks – will do 🙂

    Plugin Author A5hleyRich

    (@a5hleyrich)

    This should be resolved in version 1.5.2.

    Thanks,

    Ashley

    Thanks Ashley – any idea when 1.5.2 will be released please?
    Chris

    Plugin Author A5hleyRich

    (@a5hleyrich)

    About 1 hour ago. 🙂

    Ashley

    Lol!! Thanks 🙂

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Slow down admin’ is closed to new replies.