Wix site extremely slow

The repeater, which is necessary for my site, slows the it down a lot. Any ideas how to improve the loading time?

What are you putting inside the repeater?

Do you populate your repeaters with data? If so, what method are you using?

I do populate my repeaters with data (images and text) from my database. I’m using the normal filtering method. This is one the pages with repeaters: https://www.kangwal.com/japan
Example:
$w(“#dataset1”).setFilter(
wixData.filter().contains(“country”, $w(‘#text120’).text)
);