faster load times

faster load times

overheadoverhead Posts: 20Questions: 0Answers: 0

hi Guys,

I currently use DataTables for a table with about 8000 records and more. Unfortunately, I noticed that the data are indeed there fast but the structure of the table with all function takes longer.
What can you do to make loading the script faster?

Or is that not possible?

Replies

  • kthorngrenkthorngren Posts: 20,275Questions: 26Answers: 4,765

    This FAQ discusses options to increase speed:
    https://datatables.net/faqs/index#speed

    Kevin

  • overheadoverhead Posts: 20Questions: 0Answers: 0

    I already query serverside and then build the table with rows.
    I think that the selectmenu thing takes too long, because the selectmenu again looks what it all in the table and has to create as options.

  • kthorngrenkthorngren Posts: 20,275Questions: 26Answers: 4,765

    I think that the selectmenu thing takes too long

    Could be. Its hard to say without seeing your code.

    If you disable that code does the table load at the speed you expect?

    How are you obtaining the data for the select?

    How many items are in the select?

    Kevin

This discussion has been closed.