Performance issue on opening the page

0
HI Team ,  I have performance issue on my page whnen i try to open that page . In my page i used tab container widget and that page having lots of images  .And  It takes lot of time to open the page when i click on the page navigation button  . So how i can increase the performance of the page   Thanks .
asked
2 answers
2

Hi Pratham, 

1.Implement “Lazy loading” for your images, where the images are loaded only when they come into the viewport of the user. This approach reduces the initial load time of the page as it only loads the visible images first

2.Consider implementing pagination or infinite scrolling. This way, you can load a limited number of images initially and load more as the user interacts with the page


Also refer https://marketplace.mendix.com/link/component/119807 for more details.

Hope this helps!​​​​​​​

answered
0

Hi Pratham,

You can use Controllable Tab Container which allows dynamically controlling which tab is shown by default and other tabs are NOT rendered when hidden.

 

answered