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.
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.