load faster data in datatable

load faster data in datatable

Jarod511Jarod511 Posts: 8Questions: 0Answers: 0
edited December 2011 in General
Hello,
I'm using datatable api with y scrolling content into my php/mysql webpage. All works fine, but the loading of the data are very slow into my WEB page. My query which is a simple SELECT, shows 1248 entries on the first datatable and 515 entries on the second datatable, all on the same page.

How can I improve the speed of loading data on my WEB page ?

Thanks.

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Deferred rendering ( bDeferRender ) and / or Scroller ( http://datatables.net/extras/scroller/ ) will help.

    Allan
  • Jarod511Jarod511 Posts: 8Questions: 0Answers: 0
    Hi Allan,
    Thx for your help. It works better now with your tips.
This discussion has been closed.