Frustrated beyond belief

Frustrated beyond belief

CenterFoundCenterFound Posts: 30Questions: 10Answers: 0

I'm attempting to use this component for a number of reports.
The base query returns 50K rows. Sadly, I'm unable to use server-side processing so this is slow as molasses in Winter.
Except when it crashes, that happens pretty fast.
I know this isn't datatables fault fully, but I have been so frustrated with this whole thing.
I don't believe it works well with PHP.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,775Questions: 1Answers: 10,112 Site admin
    Answer ✓

    How large is the data set in terms of the JSON being downloaded to the client? Also how long does it take for the server to generate that information before returning it?

    50K rows should be quite possible with client-side processing and the deferRender option enabled. But it is at the point when server-side processing would be starting to look attractive.

    We'd really need a link to the page to be able to provide any further insight.

    Allan

  • CenterFoundCenterFound Posts: 30Questions: 10Answers: 0

    Allan - For the record, you have been very helpful and I do like the component you built.
    I'm just encountering issues utilizing it in my environment which is the source of my frustration. Keep up the great work.

  • allanallan Posts: 61,775Questions: 1Answers: 10,112 Site admin

    Thanks for the feedback - much appreciated :smile:

    Allan

This discussion has been closed.