Qt usage on DataTables

Qt usage on DataTables

GoinsideGoinside Posts: 11Questions: 3Answers: 0

DataTables 1.13.4

Hello.

We are having some performance issues concerning data processing. This data is obtained via an ajax call on DataTables.
Using the Edge performance tool (see image) and analysing the profiler, one of the conclusions we came across was that the call of the Qt function may be taking too long.
We would like to know the purpose of this function and what triggers it, so that we can understand better if we can do something to fix this performance issue.

Thank you.

Answers

  • allanallan Posts: 61,864Questions: 1Answers: 10,136 Site admin
    edited June 2023

    Qt in this context is going to be a function name given by the minifier. I've no idea what it is I'm afraid. Could you run it with unminified code and post the same again (or even better a link to a test case)?

    When I read your post title I wondered how on earth DataTables was going to be used in the Qt framework?! :)

    Thanks,
    Allan

Sign In or Register to comment.