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
I’ve faced similar speed issues when managing large files and backups. Shifting some of the load to cloud storage options helped a lot. If anyone’s exploring lightweight cloud solutions, this site might be worth checking out.
Hello, the slow loading issue may be due to a high number of database queries or unoptimized images. To improve performance, consider enabling caching, optimizing database queries, and using lazy loading for images. Also, if your server has limited resources, upgrading the hosting plan might help.
By the way, if you're into Car Parking Multiplayer, you might find some useful mods and guides on my site: https://carparkingworld.com.
FR Legends is a popular mobile drifting game where players can customize cars and compete in tandem battles. It offers realistic physics, detailed car tuning, and a variety of tracks. Players can modify engines, body kits, and even liveries for a personalized experience. The game is loved by drift enthusiasts for its smooth controls and engaging gameplay. Click Here
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.