Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3107805
Recommendations for better performance in the category and product pages
Closed

Comments

  •  1
    Romel started the conversation

    Currently, our store has several grouped products containing more than 300 individual products grouped together, this causes the category, product and search pages to slow down quite a bit using woocommerce's default grouped products.

    After some comparisons, we have noticed better performance using smart grouped products.

    sadly, given the large number of grouped products, performance is still not ideal, so we want to ask for recommendations to lighten the load on the site.

    Perhaps with assistance it will be possible to make modifications so that the least possible amount of information is requested from the database, to lighten the load.

    We are also open to receiving recommendations on optimal settings, for example whether to use the checklist, or quantity for better performance, every bit helps !

    Whether or not using attributes on bundled products causes slowdown.

    Thanks in advance !

  •  767
    Janilyn replied

    Hi Romel,

    Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket.

    May I have a link to one of your smart grouped products to check it from the frontend? I will send your ticket over to our developers so that they can give you further advice on this.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1
    Romel replied

    Of course, this one is a good example, with aprox. 350 grouped single products.

    I noticed that in some high-res devices it uses the maximum image size for every grouped single product, Is there some way to force the use of the thumbnail o small size, no matter the device? This would be ideal for performance.

    https://libreriairbe.com/producto/marcadores-copic-sketch/

  •  767
    Janilyn replied

    Hi Romel,

    Thank you for the information.

    I have assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  153
    Henry replied

    Hi Romel,

    Please add the below custom code (How to add custom code?)

    // Wpclever team support ticket-3107805
    add_filter( 'woosg_item_thumbnail', function($images, $item_product) {
        return $item_product->get_image('thumbnail');
    }, 99, 2 );


    Best regards,
    Henry N.