Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (27)


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:



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:



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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(