problem with display list

  • I have a problem with this function because it takes a long time to list



    thank you :smiling_face:

    Einmal editiert, zuletzt von aime_jeux ()

  • whatever you want to do, you're sequentially doing all the requests, one after another.
    if you want to speed this up, do all the requests simultaneously, for that you have to use an asynchronous http retrieve function that runs a callback when it's finished

  • whatever you want to do, you're sequentially doing all the requests, one after another.
    if you want to speed this up, do all the requests simultaneously, for that you have to use an asynchronous http retrieve function that runs a callback when it's finished


    hi
    if you can help me


    if I chose the first part
    how to proceed to the second part

    Einmal editiert, zuletzt von aime_jeux ()