I have developed a custom report similar to the Salary Register; however, it requires a significant amount of time to generate and load the data. How can I reduce the report preparation time?
The script’s reported performance mainly depends on the query you have written, so try running your query in SQL and check how much time it is taking and whether the query is the source of the delay or something else.