performance issue on displaying records

lucius

New Member
I have a table with just 3,000 records.
I render these 3000 records in the home page without pagination, my client is not interested in pagination...So to show page completely it takes around 1 min, 15 sec. What can be done to make the page load more quickly?My table structure:customer table
  • customer id
  • customer name
  • guider id
  • and few columns
guider table
  • guider id
  • guider name
  • and few columns
 
Back
Top