Performance Issues driven by Complex Repeater?

Hi, the performance on my site in testing and publication has been very slow. Could someone take a look at the site and help me determine why it is so slow? I expect Wix is not able to handle the complexity of the repeater that I’ve set up.

“Saving Menu v4” in my account.

https:// g
mitchell 201
4.wixsite.com/website-1
(remove spaces) (slowness is when you hit show me the results and the repeater is loaded)

Best,
G

1 Like

This can be helpful if you are using a lot of data in your repeater:
https://support.wix.com/en/article/corvid-improving-performance-in-wix-sites-with-data

Wix performs optimizes site libraries and resources as part of the rendering process.

Performance can be effected by code, of course, but then the quality and complexity of the users’ code is more likely to have an effect than the quantity of the code (if you are suing code to do something with your repeater).

If the advises from the first article are not helping your case - you would be better suited going through Wix Support about this issue to see what can be done.
https://support.wix.com/en/article/contacting-wix-support

Another option depending on what you are trying to do here is to use lazy loading as well.

See Nayeli (Code Queen) example here.
Auto Load Content on Scroll to create Lazy Loading on Wix using Corvid
https://www.totallycodable.com/wix/corvid/auto-load-content-on-scroll

Thank you Yevheniia and GOS! I will take a look this weekend!