NO BUG: Delay in rendering the nestable slider element in builder

Browser: Chrome 114
OS: Windows

Hi team.

At the beginning of the page, using the nestable slider element, I display a product category carousel. The problem is that when the builder is loaded, the nestable silder element renders much later than the other elements.
I wanted to share this with you and hope this can be resolved. In fact, it seems that if we use a query loop in the nestable slider, this widget renders with a very high delay.

Hi Jolia,
Thanks so much for your report!

With this type of report, a live link would be very helpful so we can see the problem. Can you provide us with that?

Best regards,
timmse

Hi @timmse, I apologize for the delay.

As you can see in the video below, the nestable slider loads about 4 seconds later than the rest of the content. In general, when I use the nestable slider at the top of the page, the CLS in Gt metrix increases, which confirms this.

Oh, sorry. I missed the ā€œin the builderā€ part. This is not a bug. In the builder itself, it is irrelevant if the slider takes a second or two longer or not if that’s better for performance.

In the front end, it depends greatly on what your slider contains. The CLS may increase minimally, which is because the width of the slides is calculated dynamically. Unfortunately, this cannot be avoided.