At first I thought my problem was the repeater was not displaying information fast enough but then I realized that it was the wix code not running fast enough. It appears to be running twice but the first time it runs incorrectly, it first runs in UTC time zone then the users local timezone. Is there a way to get it to run faster and correctly the first time?
Without seeing your actual website or code you can look at pages to help you to speed up your site so that it does not show in the default UTC time and then switch to the local time zone.
https://support.wix.com/en/article/corvid-about-the-page-rendering-process
Also, depending on your repeater and data use, you could look at using lazy load so that you don’t have to wait for all your page to load up at one time.
You can find previous forum posts about lazy loading in the forum and you can find other examples about it from Nayeli (Code Queen) here.
https://codequeen.wixsite.com/lazy-loading
It can also depend on how fast your broadband connection is and on what device you are using to view the website, so it might not always be an issue on the Wix side.
Thanks for writing back, but the problem I’m having with the repeater isn’t the actual loading, but the time it takes to complete a query, I have tried lazy loading before but it still takes like 10 seconds to load the info. If I connect it with a wix database instead of through code the information loads quickly but I need it filtered before it displays.
Also for the time zone issue I was able to get it to only run once on the users end, but it takes 10 seconds to load the correct date.