This hasn’t been implemented yet, unfortunately — there were other priorities.
Jan Blaha
@admin
Posts made by admin
-
RE: Prevent non-admin users from creating new assets in the root folder
-
RE: jsreport.templatingEngines.createStream does not work for xlsx
The xlsx recipe, when you use
xlsxAdd
, already use batching and streaming internally.
Do you hit an OOM error when having many rows? -
RE: afterRender of accessible PDFs removes all accessibility tags
Would you be able to email me the mentioned pdfs?
-
RE: Studio Not Loading with Large MongoDB Database (10K+ Templates/Assets)
You can send the export or compressed data folder...
I cannot imagine why the perf would be different when using external config. Maybe some kind of disk virtualization/docker/os issue.
Anyway, what if you test things without Docker first and then troubleshoot the containerization issues?
-
RE: Studio Not Loading with Large MongoDB Database (10K+ Templates/Assets)
You have two loops in your folder structure.
folder with shortid
0HYiJb9
has parent itself
folderAKH3fuS
has a parent2vof8k_
which has parentAKH3fuS
To fix your workspace
set to the folder withshortid: 0HYiJb9
the propfolder
null to move it to the root
and set to theshortid: 2vof8k_
the propfolder
to nullI am not sure how this happened. If you will ever be able to deterministically replicate this, we will happily take a look.
why handlebar and chrome pdf took this much of time , any idea ?
The only thing that comes to my mind is that the reason is a super throttled CPU.
Try a different machine, or send me your workspace I can test. -
RE: Studio Not Loading with Large MongoDB Database (10K+ Templates/Assets)
There is no extra setting. Try to compare the profile, what is actually the bottleneck
https://jsreport.net/learn/studio#profiles -
RE: Studio Not Loading with Large MongoDB Database (10K+ Templates/Assets)
Regarding the original question...
It appears that the studio's JavaScript is freezing the browser. Would it be possible for you to share with me confidentially your workspace? An export or a mongodb dump. You could clean all the data and template content if you need to. You can email me a link where to download it to jan.blaha@jsreport.netRegarding rendering time...
The jsreportonline has limited containers, so your full machine env should actually be faster.
One thing that comes up to my mind is that the problem could be amount of entities -> slow db and loading.
Could you check your collections have indexes? The latest jsreport automatically creates indexes. -
RE: Studio Not Loading with Large MongoDB Database (10K+ Templates/Assets)
Could you check F12 network/js dev tools? Is there an error, or just some requests hanging?
Any errors in the standard server log? -
RE: Patch for axios to resolve CVE-2025-58754
Hi,
We will update the deps to provide a clean audit report during the next release. As always...
We don't have a date yet, though.
-
RE: rendering template with charts in jsreport server
You can see these warnings in the profile output
The highcharts CDN blocks the request to download the script.
It is the same problem described here, please check the mentioned solutions.
https://forum.jsreport.net/topic/3473/pdf-generation-err_blocked_by_orb/2