Relative Content

Tag Archive for htmlnode.jsperformancerefactoringactivereports

How can I increase the TPS of Active Report js In Node js

Here is the problem,
I am using Active Report Js to generate reports in multiple formats. I have created a project where we can generate PDF,HTML and CSV. Before that we have to design the report and which will be in the form of rdlx-json.
https://github.com/GrapeCity/activereportsjs-samples/blob/main/arjs-server-mode/index.js
You can refer to the above GitHub project. Instead of playwright, we are using Puppeteer library as it has no vulnerabilities.
Can anyone of you guys help me increase the performance of the project.
Here is the below code which generates report using puppeteer library