Hello, we purchased your theme. We are pulling the products from the database nicely. However, when there are many products, the page opens slowly. Can you solve this problem?
Panel
https://app.acr-multiplanet.ch/full/multiplanet/products.php
Server-side pagination combined with asynchronous image loading can significantly boost performance. You can see these techniques in action on a site that remains fast even under heavy load:https://carsparkingmultiplayer.com/
Hi,
This is not the template's issue. You are trying to load many records at once. Usually table records are loaded with pagination where users can browse other records by navigating throigh pagination bar.
Please refer https://preview.keenthemes.com/html/keen/docs/general/datatables/server-side for server side based pagination example.
Regards,
Sean
I tested your site and I guess the slowness is because you are loading too many images. Maybe you could implement some asynchronous loading in the table pagination.