Home Forums Themes Support Bibo Slow query in REGISTER VC_MAP SHORTCODES

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #583

    Hello,
    I have a situation when site speed going slow down.
    It happens here: milo-bibo-core/includes/shortcodes/shortcodes.php:282

    $args = array(
                            'posts_per_page' => -1,
                            'post_type'      => 'product',
                            'post_status'    => 'publish'
                        );
                        $list_product = array();
                        $post_array   = get_posts($args);

    Admin page loads by 14.27S
    Using 117,746KB memoory
    and 57 query to DB
    For now i have

    // REGISTER VC_MAP SHORTCODES
                    /* A. WOOCOMMERCE SHORTCODE */
                    $product_cat = array();
                    if (class_exists('WooCommerce')) {
    return;

    Cuz then it is 1.17S 66,130KB 35Q
    But i think this part can get some optimisation.
    I have 244 products

    #585

    Hi Denys,
    Thanks for your topic and your feedback!
    In this case we use this to load all product so user can easy to see what product they want to display. The Default Woocommerce shortcode use ajax to load product and user need remember the name of product! So we can change it to similar of Woocommerce Shortcode to up speed of site.
    We’ll try to find the best solution in this case asap.
    Thanks once again!

    #603

    Hi,
    We have just checking plugin and have changes something to increase speed of admin dashboard.
    You can download plugin from here: Milo Bibo Core
    Hope this help!

    ********
    Regards,
    MiloTheme

    #604

    Wow, thank you =) Lets try

    #605
    This reply has been marked as private.
    #606

    Hi,
    Please send your site to email: milotheme@gmail.com. I’ll check it :).
    Have a nice weekend!

    *******
    Regards,
    MiloTheme

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.