Is there a way to speed up table filtering? I have 6 button with different filters. And I am using one table, data are only filtered base on service type. When I click the button the table pops up and the data will be filtered it will take 1-2 seconds before it actually filters the data, you may able to see the previous filtered result or the non filtered result.
What is the best thing to do here? Should I just make 6 tables?
Hey,
The Javascript really shouldn’t slow down the page much - only if you have inefficient code, or a massive amount of code.
It also depends on the amount of data in your database collection. You should use your best judgement in adding content as the more content you add the more load you put on the website.
It’s also always better to distribute the data between several collections if possible.
So if you follow all of these guidelines but the issue persists, you can try contacting Wix Customer Care and providing all the details regarding the issue so we could take a look at your specific situation.
https://support.wix.com/en/article/contacting-wix-customer-care-for-support
Thank you so much, I will take a look on it. I will do more optimization of my website.
So far my code lines reaches almost 2000 lines and counting.