Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
I have found some multiple request to the database. Perhaps I could increase performances by finding where those multiple requests are involved ?! I saw that you made part of the job in v3.1.0. Can you explain how you made this ? Perhaps I could go the same way to identify them and purify a bit the code. Are there some loops or recursive methods doing this ?
Thank you
Can you explain how you made this ?
From the request, I can identify where it is called.
Another way is to activate all query tracing and scriptLog level (logLevel=4) this way you'll see query and function name where called (if traced)