Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Speed problem


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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (6)


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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(