Hi there,
In this example https://www.wix.com/code/home/forum/questions-answers/adding-a-photo-gallery-in-a-dynamic-page it’s written how to add a gallery to a dynamic page. But what will be the performance if I need to add a few galleries and many photos?
For example, I have a website https://www.metateks-market.ru/, which I now want to rebuild to Wix Code. Specifically, this page https://www.metateks-market.ru/001
I created a dynamic category page and a dynamic page http://wixmanns.wixsite.com/metateks/production, to which I connected three database collections:
- productionsDatabase - contains the main content
- modelsDatabase - contains photos of equipment models
- galleryDatabase - contains real photos of equipment
I connected three dataset sources to a dynamic page and it works,
but I don’t really like the performance of this page
I have a question. What will be the performance (forecast), if the database collections will contain:
- productionsDatabase - 80-100 items
- modelsDatabase - 320-350 photos of equipment models (items) that will be filtered by title productionsDatabase
- galleryDatabase - 450-500 real photos of equipment (items) that which will also be filtered by title productionsDatabase
Performance improves if I disable the second and third collections.